Technologies Used
Back-end
- For handling server requests:
Node.Js (with Express Framework)
- As Database:
MySQL
Front-end
- Tools:
HTML, CSS & Javascript
- Framework:
Semantic UI
Guidelines to setup
Prerequisites
- NPM should be installed:
NPM version > 6.8.5
- NODE should be installed:
NODE LTS version > 10.12.8
- MySQL should be installed:
MySQL version > 8.0.10
Steps
- Create a
.env
file and the format should be as given in.env.example
. - Run these commands then -
1 2 3
npm install (To install all the dependencies) npm audit fix (Run this to audit fix all the vulnerabilities)
- Run
setup.sql
file in the mysql client1
source <file path>/setup.sql
- Start the server -
1
npm start (run the server)
Demo
Images