Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jesielviana/backend-aula-api


https://github.com/jesielviana/backend-aula-api

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Back-end API

Esta aplicação é um modelo utilizada nas aulas de Web do IFPI Campus Picos pelo Prof. Jesiel Viana

## Tecnologias utilizadas
- Javascript
- Node.js
- Express
- Jest

## Instalação

```bash
$ git clone https://github.com/jesielviana/backend-aula-api.git
$ cd backend-aula-api
$ npm install
```

## Rodar o app

```bash
$ npm start
```

## Executar testes

```bash
$ npm run test
```
## Fale comigo

- Author - [Jesiel Viana](https://jesielviana.com)
- Twitter - [@jesielviana](https://twitter.com/jesielviana)