Pre-requisites: npm, PostgreSQL
- In the SQL_Files folder, open a psql shell, and after logging in, execute the command: \i sql_exec.sql
- In the Server_files folder, create a file named ".env" and fill it with the contents as specified in DB_files/index.js
- Then open a terminal, and execute the command: npm install
- Finally to start the back end server, execute: npm run nmon
- In the react_files folder, open a terminal, and execute the command: npm install
- Then to start the React app, execute: npm start