https://github.com/brunonascdev/fastfeet
Estudos do bootcamp goStack da rocketseat.
https://github.com/brunonascdev/fastfeet
Last synced: about 1 year ago
JSON representation
Estudos do bootcamp goStack da rocketseat.
- Host: GitHub
- URL: https://github.com/brunonascdev/fastfeet
- Owner: Brunonascdev
- Created: 2020-05-19T12:56:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:44:07.000Z (over 3 years ago)
- Last Synced: 2023-03-03T09:22:29.365Z (over 3 years ago)
- Language: JavaScript
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fastfeet: A melhor opção sempre!
🚧 Esse projeto faz parte do BootCamp goStack 9.0, e atualmente está em construção 🚧
Clonando o projeto:
```bash
$ git clone https://github.com/brunonascdev/fastfeet.git
```
✔ Requisitos
     ● Node.js
     ● Yarn (opcional)
     ● Para usar a API você precisará do PostgresSQL instalado em sua máquina
💾 No backend
   ● API RESTFUL criada com Node.js usando Express
   ● No banco de dados, PostgresSQL com Sequelize
  No seu terminal, execute:
```bash
$ cd backend
```
```bash
$ yarn
```
```bash
$ yarn sequelize db:create
```
```bash
$ yarn sequelize db:migrate
```
```bash
$ yarn sequelize db:seed:all
```
```bash
$ yarn start
```