Skip to content

Files

Latest commit

 

History

History
43 lines (28 loc) · 837 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 837 Bytes

Content Management System APIs

Description

A content management APIs to manage Users, Post and Categeories

Technologies

  • Node 18.x
  • Express
  • MongoDB
  • Mongoose ORM

Getting Started

  1. Clone the Repo
$ git clone repo url
$ cd content-management-system-api
  1. Create a .env file and copy files from .env.example to .env
$ cp .env.example .env
  1. install necessary packages
$ npm install
  1. Start or Spin up the server
$ npm run dev

API Documentation

Explore the API endpoints using Postman Documentation