jideajayi11 / posts-api

Rest API to implement CRUD for Posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posts CRUD API

Rest API to implement CRUD for Posts using NodeJS, Express, Mongodb

Features

Posts

  • Fetch all posts
  • Fetch a post
  • Create a post
  • Delete post
  • Update post

Users

  • Register
  • Login

Technology

  • NodeJS
  • Express
  • Mongodb
  • Mongoose ORM

Installation

  • Clone the app
  • Install dependencies npm i
  • Create and update .env file using .env.example
  • Start the app. npm start

About

Rest API to implement CRUD for Posts


Languages

Language:JavaScript 98.7%Language:Shell 1.3%