This project was bootstrapped with Create React App.
server
- cd server
- npm i
- npm run populateDB
- npm start
client
- npm i
- npm start
Login with either user created by the script
const users = [ { email: "bob@somewhere.com", password: "longPass", }, { email: "bill@somewhere.com", password: "longerPass", }, ];