# Fake RESTFull API with JWT

## Install

- `$ yarn` - Install dependencies.

## Run server

- `$ yarn start` - Run fake server with auth and JWT.

## Databases

- `database/user.json` - Users list for login.

## API

- [/login](https://github.com/valleweb/valle-data-structure-mvp/blob/master/CLIENT-TO-SERVER.md#login)
- [/choose-system](https://github.com/valleweb/valle-data-structure-mvp/blob/master/CLIENT-TO-SERVER.md#escolha-de-sistema)
- [/menu](https://github.com/valleweb/valle-data-structure-mvp/blob/master/CLIENT-TO-SERVER.md#acessando-menu)
- [/form](https://github.com/valleweb/valle-data-structure-mvp/blob/master/CLIENT-TO-SERVER.md#acessando-dados-para-montar-o-valleform)
- [/list](https://github.com/valleweb/valle-data-structure-mvp/blob/master/CLIENT-TO-SERVER.md#acessando-dados-para-montar-e-popular-o-vallelist)
- [/view](https://github.com/valleweb/valle-data-structure-mvp/blob/master/CLIENT-TO-SERVER.md#get-populando-valleForm-a-partir-de-uma-linha-do-vallelist)
