Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 789 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 789 Bytes

Boilerplate API

This is an boilerplate for backend nodejs project. A template for starting project with MVC pattern and some package like express, sequelize, etc.

Prerequisites

Prequisites package:

  • NodeJS (NodeJS Programming Language) Version 18.xx or higher
  • NPM (NodeJS Dependency Package Management Tool) Version 8.xx or higher

Optional package:

  • Docker (Application Containerization)

Installation

  • Run this on your terminal
curl -s https://raw.githubusercontent.com/tedante/boilerplate-node/main/install.sh | bash
  • Go to project folder
cd boilerplate-node
  • Until this step you already can run this code by using this command (if you use node 18.xx or higher)
node --watch app.js
  • or using nodemon
npx nodemon app.js