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 install
to install all the dependencies -
Run
npm run seed
to create the database. Runnpm run seed-win
if using Windows. -
Run
npm run dev
to start the server. Runnpm run dev-win
if using Windows.
This uses the nodemon library to auto-restart the server when you save changes.
We currently have no tests written