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]
- Host: GitHub
- URL: https://github.com/boolfalse/node-codegig
- Owner: boolfalse
- Created: 2020-03-08T10:19:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:23:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T06:59:13.736Z (about 1 year ago)
- Language: CSS
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
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)