Bookmark Manager backend API built with Express and MongoDB.
- Copy
.env.exampleto.envand set values. - Install dependencies:
npm install
- Run the server:
npm run dev
- Auth:
POST /auth/signup,POST /auth/login,POST /auth/logout,GET /auth/me - Links:
GET /links?tag=js&search=react,POST /links,PATCH /links/:id,DELETE /links/:id