Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrtinsvitor/nodejs-sequelize-boilerplate

A boilerplate for Node.Js Rest API with Express and Sequelize
https://github.com/mrtinsvitor/nodejs-sequelize-boilerplate

Last synced: 10 days ago
JSON representation

A boilerplate for Node.Js Rest API with Express and Sequelize

Awesome Lists containing this project

README

        

# A Node.Js Sequelize Boilerplate

A Node.Js basic Restful API using Express and Sequelize.

---
## Pre-requisites

You will just need to install [Node.js](https://nodejs.org/) and a package manager (Yarn or NPM) on your PC.

## Installation

$ git clone https://github.com/mrtins/nodejs-sequelize-boilerplate/
$ cd nodejs-sequelize-boilerplate
$ npm install or yarn

## Running the project

To run the project you can just:

$ npm run dev

Or to run with Nodemon:
$ npm run watch

## Developed with

* [Node.js](https://nodejs.org/) - Javascript framework for develop back-end applications
* [Express](https://expressjs.com/pt-br/) - Framework for service development with Node.js
* [NPM](https://www.npmjs.com/) - Package manager
* [Sequelize](https://sequelize.org/) - SQL database ORM