Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavo-developer/api-transactions
API em NodeJS 💃
https://github.com/gustavo-developer/api-transactions
fastify knex nodejs sqlite vitest
Last synced: 25 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T21:28:29.000Z (over 1 year ago)
- Last Synced: 2023-08-29T05:12:42.622Z (over 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