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

https://github.com/boolfalse/node-codegig

Build a Node.js App With Sequelize [YouTube: Traversy Media]
https://github.com/boolfalse/node-codegig

Last synced: 11 months ago
JSON representation

Build a Node.js App With Sequelize [YouTube: Traversy Media]

Awesome Lists containing this project

README

          

## Build a Node.js App with Sequelize

#### Installation:

- Clone the project
```
git clone https://github.com/boolfalse/node-codegig.git
cd node-codegig
```

- Copy .env.example as .env
- Write appropriate credentials

```
npm i
npm start
```

#### Source(s):

- [Traversy Media - Build a Node.js App With Sequelize](https://www.youtube.com/playlist?list=PLillGF-RfqbZyLc9sMQ72_u3FW9fVxo1p)