Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 712 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 712 Bytes

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