Update README.md (#51)
* Update README.md Signed-off-by: Baobeld <benjaminpalko@hotmail.com> * lint check fix (prettier) --------- Signed-off-by: Baobeld <benjaminpalko@hotmail.com> Co-authored-by: DanMihailescu <as42554525@yahoo.ca>
This commit is contained in:
parent
7f8d453a30
commit
276e77fd2c
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
Hestia is an early stage project
|
Hestia is an early stage project
|
||||||
|
|
||||||
|
- [Setup](#setup)
|
||||||
|
- [Developing](#developing)
|
||||||
|
- [Modifying Database Schema](#modifying-database-schema)
|
||||||
|
- [Building](#building)
|
||||||
|
- [Stack](#stack)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -31,6 +37,14 @@ bun prisma:studio
|
||||||
|
|
||||||
> You can access the Yoga web-app at `/api/graphql`
|
> You can access the Yoga web-app at `/api/graphql`
|
||||||
|
|
||||||
|
### Modifying Database Schema
|
||||||
|
|
||||||
|
> This section is still a work in progress
|
||||||
|
|
||||||
|
We are using Prisma as our DB ORM tool.
|
||||||
|
|
||||||
|
- Please follow the [naming conventions](https://www.prisma.io/docs/orm/reference/prisma-schema-reference#naming-conventions) layed out by Prisma when creating tables.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To create a production version of your app:
|
To create a production version of your app:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue