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
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