Skip to content

An ExpressJS based Restful API for creating and managing posts

Notifications You must be signed in to change notification settings

Debarshi95/simple-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An ExpressJS based Restful API.

Using the API

You need to add/use these headers to make requests to the API:

Content-Type:application/json When signed in, you need to provide the access token in the header:

access_token: <Access_token>

Tech Stack

  • NodeJS
  • ExpressJS
  • MongoDB
  • Mongoose

Features:

  • Validation of user data (Joi)
  • Users can login and register(JWT,Bcrypt)
  • Data persistence using MongoDB
  • Guests can read one or many posts
  • Registered users can create new posts

Releases

No releases published

Packages

No packages published