This commit is contained in:
Benjamin Palko 2024-12-02 09:43:56 -05:00
commit f8a16a9fce
8 changed files with 95 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# Hestia
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
## Stack
- **Bun** Package manager
- **Yoga** GraphQL Server
- **Pothos**
- **Prisma** Database ORM
- **Pino** Logger