Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 439 Bytes

Setup

  • first add your mongodb connection string to mongoose.connect("") in backend/db.js

  • open terminal change working directory to backend

  • start backend by typing node index.js

  • listening to backend on localhost:3000

  • open another terminal window and change working directory to frontend

  • start frontend by typing npm run dev

  • listening to frontend on localhost:5173

  • head to localhost:5173/signup to create an account