Skip to content

mehediJoy/WatchListAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WatchListAPI

A API that can Store a list of Movies and Series which USER can Add , Update and Delete.

This project is a REST API with Authentication and Authorization.

Technologies Used

  • NodeJs
  • MongoDB

Installation

npm install

Add environmental variables in src/config/.env Format:

PORT=           #Define a port here
MONGODB=""      #Add your MongoDB link
JWT_SECRET=""   #Add a unique secret key for web tokens

Running Project

  • Development

npm run dev
  • Production

npm start

API Documentation

API List

User Registration and Collect Authorization Token

User can then use this token to further reach other endpoints.

Movies

id: Unique ID of Document in MongoDB

Series

id: Unique ID of Document in MongoDB

Thank You!

About

RESTful API using NodeJs, Express, MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published