This repository contains Node.js Web API server code with bare minimum API's requried for hosting an API server
- Authentication API
- Registration
- Database
- MongoDB
- Make sure you have installed node runtime in your system
- Download the code
- Open a command prompt and go the directory where the code has been downloaded
- Type the
npm install
command to install the npm dependencies - Type
npm start
to run the server
- To build the code use
npm build
the build will be generated in a folder calleddist
under the source code