Skip to content

shayaanahmed/node-rest-api-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Rest API Structure

Boiler Plate for NodeJS Rest API.

Features!

  • Separate Routing and Handlers file
  • Middlewares
  • Configuration
  • Babel Integrated

Prerequisite

 $ cd /path/to/your/project
 $ sudo npm install

You can:

  • Create Build for Deployment using
    $ cd /path/to/your/project
    $ sudo npm run build
  • Create Build and Deploy (Update package.json to your selected Deployment Tool) using
    $ cd /path/to/your/project
    sudo npm run build:deploy
  • Start a Project on your console using
    $ cd /path/to/your/project
    $ npm start

License

MIT

About

Boiler Plate for NodeJS Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published