Skip to content

tedante/boilerplate-node

Repository files navigation

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

About

This is an boilerplate for backend common-js project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published