A group project developed to get an understanding of ReactJS, NodeJS and MySQL. This project is a trial run to understand the scope of a real-time project at commercial or entrprise level.
Email: andrews.a@gmail.com
PW: 123aa
Email: jsalvador@homai.edu
PW: 123js
- Download the code or clone the repository
- Create a DB in MySQL using the LevelUpWorks.sql from /server folder
- Update the .env file with the configuration
- Open two terminal in VSCode.
a. In first terminal cd to /server folder and donpm start
. Server is running on port in the .env file.
b. In the second terminal cd to /client folder and donpm start
. Application is running on http://localhost:3000