Skip to content

An empty template NodeJS project to get started with your API application quickly

License

Notifications You must be signed in to change notification settings

Disura-Randunu/nodejs-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-api-template

An empty template NodeJS project to get started with your API application quickly.

  • Includes most used starter packages to simplify things a bit.
  • Follows the component oriented project structure.
  • The goal is to create a proper tempalte project with good structure so that anyone can get started with their API project easily

Run Locally

Clone the project

  git clone https://github.com/Disura-Randunu/nodejs-api-template.git my-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Authors

About

An empty template NodeJS project to get started with your API application quickly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published