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
- Host: GitHub
- URL: https://github.com/levysantiago/habits-server
- Owner: levysantiago
- Created: 2023-01-17T18:17:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T22:24:06.000Z (over 3 years ago)
- Last Synced: 2025-09-07T02:42:48.992Z (10 months ago)
- Topics: fastify, prisma, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```