This is a simple API for a blog. It is built using the Express framework and MongoDB as the database.
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the server - The server will be running on
localhost:port
Check the swagger docs on localhost:port/api/v1/apexdv/doc
for the endpoints.