- Create a folder for this repo
server
OR create a new project. - Clone this repo into your new folder
git clone <REPO_URL>
- Go into the server folder and run
npm i
- Run
npm run updateDevDB
to create the database. It will contain one user. - Run
npm start
to start running the server onhttp://localhost:4000/
! - Doesn't run? Contact back-end devs in order to proceed.