Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 💃

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