CS3042 - Database Systems Module Group Project
- Run the following command to install all the dependencies
npm install
-
Follow the
server/.env.examples
file and create a.env
file inside/server
directory with local system credentials for MySQL. -
Execute following files using MySQL workbench
server/db/database.sql
- DDL queriesserver/db/dummy_data
- seed data for the system -
Run the following command to start the app
npm run start:dev