-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d94a239
commit ed1d53a
Showing
3 changed files
with
3 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1 @@ | ||
# Instant Postgres | ||
|
||
- [ ] Store analytics in the database about the created projects (do it in a transaction) | ||
- [ ] Set up cron job to clean up databases after 5 minutes | ||
- [ ] Add web analtics | ||
- [ ] Have an OG image | ||
- [ ] Domain | ||
|
||
- [ ] Deploy to Neon's Cloudflare account | ||
- [ ] Create dedicated Neon account to be used | ||
- [ ] Upgrade account to Scale | ||
- [ ] Add limits on storage for each created project | ||
- [ ] Configure visitor location page rule | ||
- [ ] Add README | ||
- [ ] Fix types | ||
- [ ] CI | ||
- [ ] Lint, format, type check | ||
- [ ] Preview deployments using Cloudflare and Neon | ||
- [ ] Deploy web and API separately based on code changes | ||
- [ ] Production API keys | ||
- [ ] Upstash | ||
- [ ] Turnstile | ||
- [ ] Cookie secret | ||
- [ ] APP_URL | ||
- [ ] API_URL | ||
- [ ] Move repo to the Neon GitHub Org | ||
- [ ] Get review from the engineering team | ||
# Instant Postgres |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
# Instant Postgres API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1 @@ | ||
# Instant Postgres | ||
|
||
|
||
- Monorepo for the project with autodeployments | ||
- SEO | ||
- OG image | ||
- Og descriptions | ||
- favicon | ||
- UI | ||
- Add a toast for running queries | ||
- Show errors if any from action | ||
- Code editor: | ||
- Show how long the query took to run | ||
- Run queries | ||
- Show results table if any | ||
- Add share buttons for Twitter, LinkedIn, HN | ||
- API: | ||
- rate-limiting | ||
- automatically delete th | ||
- e database after 5 minutes | ||
- Add Turnstile | ||
- CI/CD | ||
- Preview Deployments with Neon | ||
- Infra: | ||
- Deploy to cloudflare DevRel account | ||
- Create a dedicated Neon account | ||
|
||
Improvements: | ||
- provision postgres based on the user's location | ||
- Refactor the code | ||
|
||
# Instant Postgres frontend |