Skip to content

zanenkn/remindyo_api

Repository files navigation

Remindyo 2.0

Never forget a birthday again!

Original Remindyo

Run it locally

  1. Install depencencies:
npm install
  1. Install MongoDB on your machine: MongoDB documentation
  2. 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
  1. Run it:
npm run dev

Frontend

Frontend GitHub repo

About

Node Express backend with MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published