SETUP Clone project Install Application Dependencies npm install Run client npm run client Run migration for server npx sequelize-cli db:migrate Run seeding for server npx sequelize-cli db:seed:all Run server npm run server Run server and client concurrently npm run dev Useful SCSS (include.scss)[https://eduardoboucas.github.io/include-media/] Backend Interaction (sequelize)[https://sequelize.org/master/] create Directory public/uploads