https://github.com/gustavo-developer/api-transactions
API em NodeJS 💃
https://github.com/gustavo-developer/api-transactions
fastify knex nodejs sqlite vitest
Last synced: about 2 months ago
JSON representation
API em NodeJS 💃
- Host: GitHub
- URL: https://github.com/gustavo-developer/api-transactions
- Owner: Gustavo-Developer
- Created: 2023-08-26T00:54:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T21:28:29.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T09:41:19.982Z (about 1 year ago)
- Topics: fastify, knex, nodejs, sqlite, vitest
- Language: TypeScript
- Homepage: https://api-transactions-p1mf.onrender.com
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend
Criando Projeto
```bash
npm init -y
```
Instalando Dependencias
```bash
npm install
```
Criando Migrations
```bash
npm run -- knex migrate:make create-documents
```
Rodar Migrations
```bash
npm run knex migrate:latest
```
Desfazer Migrations
```bash
npm run knex migrate:rollback
```
Rodando Projeto
```bash
npm run dev
```
Rodando Testes
```bash
npm run test
```
Build
- Render
- Fly
- RailWay