This is the backend for a basic micro-blogging website
- To build the docs after updating the API spec, run
docs:build
. - To serve the docs locally, run
docs:serve
. - The deployed version of the docs can be found here
PORT=
MONGO_URI=
JWT_SECRET=
- Install all the dependencies by running
npm install
- Serve the API locally by running
npm run dev