https://github.com/devkcud/biblioteca-tcc
Teste do TCC
https://github.com/devkcud/biblioteca-tcc
Last synced: 22 days ago
JSON representation
Teste do TCC
- Host: GitHub
- URL: https://github.com/devkcud/biblioteca-tcc
- Owner: devkcud
- Created: 2024-02-23T15:10:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T15:31:43.000Z (11 months ago)
- Last Synced: 2025-04-28T19:59:59.449Z (22 days ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biblioteca
Um teste pré TCC.
## Como rodar
1. Clone o repositório
```bash
git clone https://github.com/devkcud/biblioteca-tcc.git
```2. Baixe os pacotes
```bash
bun install
```3. Inicie o banco de dados
```bash
cp .env.example .env
bunx prisma generate
bunx prisma db push
```4. Inicie o projeto e entre no link `http://localhost:5173`
```bash
bun run dev
```5. (opcional) Inicie o editor do banco de dados para inserir dados
```bash
bunx prisma studio
```