Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusCoxxxta committed May 5, 2020
0 parents commit df317ef
Show file tree
Hide file tree
Showing 6 changed files with 1,426 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# iPet-api

## Table of Contents

- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)


### Prerequisites

- Node
- NPM

### Installing

GALERA, NA PRIMEIRA VEZ QUE VOCÊS FOREM UTILIZAR, precisam clonar do github e instalar os pacotes

Para clonar:

```
git clone https://github.com/MatheusCoxxxta/iPet-api.git
```

Abrir terminal do VSCode:

```
Ctrl + Shift + ´
```

Baixando pacotes:

```
npm install
```

Sempre que fizerem alguma mudança, é só salvar e vai atualizar direto, contanto que tenham inicado o server assim:

Iniciando servidor

```
npm run dev
```
Loading

0 comments on commit df317ef

Please sign in to comment.