Skip to content

Commit 19897f3

Browse files
committed
remove references to postgres and cleanup readme
1 parent 1bfd420 commit 19897f3

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
```sh
88
pnpm install
9-
docker-compose up
10-
```
11-
12-
```sh
13-
# in another tab
149
cd apps/server
1510
cp .env.example .env
1611
pnpm prisma migrate dev
@@ -19,7 +14,7 @@ pnpm prisma migrate dev
1914
### Development
2015

2116
```sh
22-
docker-compose up
17+
pnpm build --watch
2318
# in another tab
2419
cd apps/events
2520
pnpm dev
@@ -38,9 +33,5 @@ pnpm prisma migrate dev # this will also generate the Prisma client
3833
## Upgrading Dependencies
3934

4035
```sh
41-
pnpm up --interactive
42-
cd apps/events
43-
pnpm up --interactive
44-
cd packaes/graph-framework
45-
pnpm up --interactive
36+
pnpm up --interactive --latest -r
4637
```

apps/server/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DATABASE_URL=postgresql://prisma:[email protected]:5432
1+
DATABASE_URL="file:./dev.db"

docker-compose.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/technology-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Testing
99
- Vitest
1010
- Backend
11-
- Database: Postgres + Prisma (explore Neo4j as well)
11+
- Database: Sqlite + Prisma (explore Neo4j as well)
1212
- API: Websocket
1313
- Effect
1414
- Other

0 commit comments

Comments
 (0)