josealvaradoo / api-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Rest Boilerplate built on Node + Express

This is an API Rest boilerplate using Node + Express and Clean Architecture like the Repository Pattern. The ORM used to manage the database is Sequelize, but you could change it if you want.

Set up

  1. Duplicate the .env.example file and rename it as .env
  2. Set the enviroment vars (ex: database)

Run

yarn dev

About


Languages

Language:JavaScript 99.1%Language:Shell 0.9%