A content management APIs to manage Users, Post and Categeories
- Node 18.x
- Express
- MongoDB
- Mongoose ORM
- Clone the Repo
$ git clone repo url
$ cd content-management-system-api
- Create a .env file and copy files from .env.example to .env
$ cp .env.example .env
- install necessary packages
$ npm install
- Start or Spin up the server
$ npm run dev
Explore the API endpoints using Postman Documentation