Never forget a birthday again!
- Install depencencies:
npm install
- Install MongoDB on your machine: MongoDB documentation
- Create a
.env
file in the project's root and add following to it:
DB_URL=mongodb://127.0.0.1:27017/remindyo_db
CLIENT_URL=http://localhost:5173
- Run it:
npm run dev
Frontend GitHub repo