- To run server navigate to backend directory and run
npm run serverornodemon server.js. - To test backend navigate to backend directory and run
npm test.- No need to worry about databases, it should automatically drop and create a test database so it doesn't interfere with the production database.
- Npm: npm install -g npm
- Sql2: npm install sql2
- Express: npm install express
- Nodemon: npm install -g nodemon