Deployment does not currently work. https://fly.io/apps/i-love-food/monitoring
What SHOULD work:
- Signing up
- Logging in
- Reading and writing to db
- Cookies and sessions
Make sure you have Git and Node (v18) installed.
-
Clone this repo and cd into the directory
-
Run
npm installto install all the dependencies -
Run
npm run seedto create the database. Runnpm run seed-winif using Windows. -
Run
npm run devto start the server. Runnpm run dev-winif using Windows.
This uses the nodemon library to auto-restart the server when you save changes.
We currently have no tests written