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

https://github.com/artodeschini/blog


https://github.com/artodeschini/blog

Last synced: 8 months ago
JSON representation

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
```