Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victor-teles/arqtalks-eventos
https://github.com/victor-teles/arqtalks-eventos
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor-teles/arqtalks-eventos
- Owner: victor-teles
- Created: 2024-03-02T01:03:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T18:21:28.000Z (10 months ago)
- Last Synced: 2024-04-02T19:33:27.669Z (10 months ago)
- Language: TypeScript
- Homepage: https://arqtalks-eventos.vercel.app
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arqtalks-eventos
## Requisitos
Para rodar o projeto, você vai precisar:
- Node > 20.0.0
- yarn ou npm
- Azure Service Bus
- Supabase (banco postgres gratuito) https://supabase.com
- Rodar os scripts de banco `database.sql`## Como rodar
- Com a instância do supabase e azure service bus em mão, renomeie o aquivo .env.exemple para .env e preencha as variáveis de ambientes necessárias
- Rode `yarn install` ou `npm install`
- Rode yarn dev 🎉