Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 6, 2024
1 parent d94a239 commit ed1d53a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 67 deletions.
28 changes: 1 addition & 27 deletions README.md
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
10 changes: 1 addition & 9 deletions apps/api/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@









# Instant Postgres API
32 changes: 1 addition & 31 deletions apps/web/README.md
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

0 comments on commit ed1d53a

Please sign in to comment.