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

https://github.com/doc88git/frontend-challenge-server

Fake REST API
https://github.com/doc88git/frontend-challenge-server

Last synced: 5 months ago
JSON representation

Fake REST API

Awesome Lists containing this project

README

          

# frontend-challenge-server

Fake REST API

```sh
# Instalar dependencias
npm install

# Levantar API Server
npm run start
```

🎉 http://localhost:3004/pedidos

Saiba mais em [json-server](https://github.com/typicode/json-server)