- Framework: ExpressJS
- Database: MySQL for storage & Sequelize for data management
- Clone the git repo
- Create the .env file, update the variables
- Run 'npm install'
- Run 'npm run setup' to setup database
- Run 'npm start' or 'node server.js' to start the application