Skip to content

A RESTful NodeJS API including authentication, authorization, custom async and erorr middleware, GeoJSON data, virtuals, security options are more!

Notifications You must be signed in to change notification settings

itsnitinr/node-api

Repository files navigation

Node API Example (DevCamper)

A RESTful NodeJS API including authentication, authorization, custom async and erorr middleware, GeoJSON data, virtuals, security options are more!

Installation

Clone this repository and run the below command to install dependencies:

npm install

Edit the config/config.example.env file and add your own values. Once done, rename it to config/config.env.

Usage

# Run in development mode
npm run dev

# Run in production mode
npm start

Credits: Brad Traversy

About

A RESTful NodeJS API including authentication, authorization, custom async and erorr middleware, GeoJSON data, virtuals, security options are more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published