Skip to content

tien-chung/University-FullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

University Full Stack

This is a dabase project include both Front end UI and back end services

Front End

I implemented the front end by using ReactJS

You can find the code for this in the suffolk-frontend folder

Back End

I implemented the back end by using Java Spring Boot

Here is the link to Spring Initializr

You can find the code for this in the suffolk-backend folder

MySQL

This file can be find in the University.sql file


How to run the project

  1. First start your database server by using brew services start [email protected] or mysql.server start
  2. Run the University.sql file (can be done on workbench or the command line)
    • mysql -u root -p and enter the password
    • mysql> source ./Path/University-FullStack/University.sql
  3. Open your favorite editor for Java, I use IntelliJ and run the suffolk-backend
  4. Open another editor for ReactJS/JavaScript. I use Visual Studio Code
  5. Open the terminal on VSCode. cd suffolk-frontend and write the command npm start to start reactJS

About

This is a dabase project include both Front end UI and back end services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors