Giter Club home page Giter Club logo

studentsystem's Introduction

using a tutorial to just learn the basics of creating full stack CRUD application How backend was created:

  • Initial creation using Spring Initializer to create the Springboot application.
  • Using XAMMP (X-operating system, Apache, Mysql, Php, Perl) to run mySQL server, using MySQL we are able to create a database for storing the student information
  • Creating the model for student class that will have the functions for getting and setting student data
  • Creating the other various classes needed to save and get the students using Springboot annotation throughout
  • Configuration of Springboot to connect to MySQL server, this was done in the application.properties folder.
  • Once we connected to the mySQL database via the mySQL server the program created a student table in the MySQL "fullStack" database to store the data
  • Using postman to send post and get requests to test that the program and servers are running properly

youtube video: https://www.youtube.com/watch?v=O_XL9oQ1_To

Stopping place 1/13/22: 6:59

Stopping place 1/16: 12:41

remember to search "osx manager" to find xampp control panel

1/17 21:02 Backend application completed, problems I encountered were:

  • Figuring out how to XAMPP control panel on OSX, it has a different name than XAMPP control panel its called "manager-osx"
  • Proper configuration of the XAMPP servers, had never used them before and in the beginning was struggling to connect mySQL database because of improper configuration of mySQL file. Accidentally granted incorrect privileges in config file. Kept getting a error that my password was wrong even though there was no password.
  • Understanding all the annotation that is associated with Springboot
  • Minor typos that caused it to crash

Didn't struggle with using postman for get and send requests, I've used it before in previous programs

1/17 Moving on to making the front-end using react

studentsystem's People

Contributors

jmeegan2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.