REST API server with Node.js and Express.js,
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.
- NodeJS - A JavaScript runtime
- Express - A web Application framework for NodeJS
- MongoDB - A general purpose, document-based, distributed database
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