Skip to content
/ nodejs-boilerplate Public template

The recipe of success 🥘

Notifications You must be signed in to change notification settings

reboxit/nodejs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Jarvis!

Jarvis is the backend of our app Reboxit

How to install

git clone https://github.com/reboxit/nodejs-boilerplate.git

How to run the app

On your local machine

cp .env.sample .env
npm run start:dev

On docker

docker-compose up --build api

Stack

node   npm   typescript   jest   prettier   docker