https://github.com/artodeschini/blog
https://github.com/artodeschini/blog
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/blog
- Owner: artodeschini
- Created: 2022-06-29T18:37:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T16:54:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T05:46:01.221Z (over 1 year ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# projeto blog com node js
## requisitos
- nvm
- nodejs
- npm
- git
- mysql
- docker
## run mysql docker
```bash
docker start mysql
```
## start project
```bash
npm init
```
## install manualmente cada framework utilizado
```bash
npm install --save express
npm install --save sequelize
npm install --save mysql2
npm install --save slugify
npm install --save bcryptjs
npm install express-session --save
```
## start app to developer
```bash
nodemon index.js
```