social media app with todo lists

.env example

MONGODB_URI=""
JWT_SECRET=""

spin up the app locally

start the express backend

  • navigate inside server folder:
npm install
npm run dev

start the react frontend

  • nagvigate inside the client folder
npm install
npm start
  • the client should ideally run on localhost:3001 for demo purposes