From ee92174f5bfe8be6bf901da7c8d7393e89536279 Mon Sep 17 00:00:00 2001 From: Baobeld Date: Tue, 14 Jan 2025 22:11:48 -0500 Subject: [PATCH 1/2] Update README.md Signed-off-by: Baobeld --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 35bbf0a..73d070d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Hestia is an early stage project +- [Setup](#setup) +- [Developing](#developing) + - [Modifying Database Schema](#modifying-database-schema) +- [Building](#building) +- [Stack](#stack) + ## Setup ```bash @@ -31,6 +37,14 @@ bun prisma:studio > 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 To create a production version of your app: -- 2.45.3 From 935236a563431d58da6a0ad71e202532057674db Mon Sep 17 00:00:00 2001 From: DanMihailescu Date: Thu, 16 Jan 2025 21:32:27 -0500 Subject: [PATCH 2/2] lint check fix (prettier) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73d070d..562f3f5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hestia is an early stage project - [Setup](#setup) - [Developing](#developing) - - [Modifying Database Schema](#modifying-database-schema) + - [Modifying Database Schema](#modifying-database-schema) - [Building](#building) - [Stack](#stack) @@ -39,7 +39,7 @@ bun prisma:studio ### Modifying Database Schema ->This section is still a work in progress +> This section is still a work in progress We are using Prisma as our DB ORM tool. -- 2.45.3