init
This commit is contained in:
commit
f8a16a9fce
8 changed files with 95 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue