Skip to content

garshom/rest-api-with-node.js-and-express.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-api-with-node.js-and-express.js

REST API server with Node.js and Express.js,

Description

This is a complete REST API server with JWT(jsonwebtoken) for user authentications , you can clone it and kick start your nodes.js api project.

Setup

Dependencies

  • NodeJS - A JavaScript runtime
  • Express - A web Application framework for NodeJS
  • MongoDB - A general purpose, document-based, distributed database

Getting Started

Follow these steps to set up the project on a development machine

  • Install NodeJS
  • Install and setup MongoDB
  • Clone the repository
    
    
  • Run cd project_directory to enter the application's directory
  • Install project dependencies by running the command
    npm install
    

About

REST API with Node.js and Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published