Skip to content

Commit

Permalink
Merge pull request #249 from northwesternfintech/get-algo-route-webse…
Browse files Browse the repository at this point in the history
…rver

add API routes to get single user and all users algos
  • Loading branch information
stevenewald authored Sep 20, 2024
2 parents 10a3815 + 7f4df70 commit 61a36f4
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 19 deletions.
11 changes: 11 additions & 0 deletions web/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data

prisma-studio:
image: node:latest
working_dir: /app
volumes:
- ..:/app
command: ["npx", "prisma", "studio"]
ports:
- "5555:5555" # You can customize this port if needed
depends_on:
- postgres

volumes:
postgres_data:
localstack:
1 change: 1 addition & 0 deletions webserver/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target/
.env
Loading

0 comments on commit 61a36f4

Please sign in to comment.