Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrtinsvitor/nodejs-sequelize-boilerplate
- Owner: mrtinsvitor
- Created: 2020-01-13T19:59:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T21:12:29.000Z (almost 5 years ago)
- Last Synced: 2024-12-10T18:18:25.045Z (about 1 month ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Node.Js Sequelize Boilerplate
A Node.Js basic Restful API using Express and Sequelize.
---
## Pre-requisitesYou 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