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

https://github.com/levysantiago/habits-server

NLW Setup Habits server
https://github.com/levysantiago/habits-server

fastify prisma sqlite typescript

Last synced: about 2 months ago
JSON representation

NLW Setup Habits server

Awesome Lists containing this project

README

          

# Habits server

Servidor do projeto Habits do evento NLW da Rocketseat. Seguem os outros repositórios relacionados a este projeto:

- [Habits App](https://github.com/Levysantiago/habits-client-app): App do projeto.
- [Habits server](https://github.com/Levysantiago/habits-server): Servidor do projeto.
- [Habits web](https://github.com/Levysantiago/habits-client-web): Página web do projeto.

## Instalando dependências

```
npm install
```

or

```
yarn
```

## Rodando projeto

```
yarn dev
```