https://github.com/thyagopacher/livro-backend-react
livro backend react
https://github.com/thyagopacher/livro-backend-react
api back react sqlite
Last synced: about 2 months ago
JSON representation
livro backend react
- Host: GitHub
- URL: https://github.com/thyagopacher/livro-backend-react
- Owner: thyagopacher
- License: mit
- Created: 2023-11-05T11:02:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T13:05:47.000Z (over 2 years ago)
- Last Synced: 2025-06-24T05:38:49.353Z (12 months ago)
- Topics: api, back, react, sqlite
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# livro-backend-react
livro backend react
- Rodar seeds: `npx knex seed:run`
Alternativas para gestor de banco de dados:
1. [Dbeaver](https://dbeaver.io/download/)
2. [SQLite](https://www.sqlite.org/index.html)
Para instalar o gestor de banco de dados SQLite no Ubuntu ou derivados do Debian:
`sudo apt install sqlite3`