ertprs / whatsapp-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express minimum Boilerplate

This is my personal boilerplate for creating express api's with the very minimum, just install it and have an api with everything needed to expose an express api.

Instalation

yarn install

Develop with nodemon

yarn dev

Production Run

yarn start

.env

Duplicate the file .env.example with the name .env and modify the settings according to the project.

About

License:Other


Languages

Language:JavaScript 99.6%Language:Shell 0.4%