You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then edit the `.env` file with your Anthropic API key and GitHub personal access token.
50
+
Then edit the `.env` file with your Anthropic API key and optional GitHub personal access token.
51
51
52
52
4. Run backend
53
53
@@ -56,6 +56,7 @@ docker-compose up --build -d
56
56
```
57
57
58
58
Logs available at `docker-compose logs -f`
59
+
The server will be available at `localhost:8000`
59
60
60
61
5. Start local database
61
62
@@ -64,12 +65,16 @@ chmod +x start-database.sh
64
65
./start-database.sh
65
66
```
66
67
68
+
The database will start in a container at `localhost:5432`
69
+
67
70
6. Initialize the database schema
68
71
69
72
```bash
70
73
pnpm db:push
71
74
```
72
75
76
+
You can view and interact with the database using `pnpm db:studio`
77
+
73
78
7. Run Frontend
74
79
75
80
```bash
@@ -82,7 +87,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
82
87
83
88
## 📈 Rate Limits
84
89
85
-
I am currently hosting it for free with the following rate limits. If you would like to bypass these, self-hosting instructions are provided.
90
+
I am currently hosting it for free with the following rate limits. If you would like to bypass these, self-hosting instructions are provided. I also plan on adding an input for your own Anthropic API key.
0 commit comments