https://github.com/dhravya/dump.place
https://github.com/dhravya/dump.place
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhravya/dump.place
- Owner: Dhravya
- Created: 2023-12-24T06:48:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T19:50:53.000Z (over 1 year ago)
- Last Synced: 2025-04-15T06:12:44.318Z (6 months ago)
- Language: TypeScript
- Homepage: https://dump.place
- Size: 6.72 MB
- Stars: 77
- Watchers: 2
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DUMP.place
## Description
I created this app as a minimal, nice place to dump my thoughts and see what others are thinking.## Installation
1. Clone the repo
2. Run `npm install`
3. Run `npm start`Environment variables:
```
DATABASE_URL="postgres://user:password@localhost:5432/dumpplace"# Next Auth
# You can generate a new secret on the command line with:
# openssl rand -base64 32
# https://next-auth.js.org/configuration/options#secret
# NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"EMAIL_TOKEN="Your email token"
```## Tech Stack
- Next.js
- NextAuth.js
- PostgreSQL on Supabase
- TailwindCSS
- Vercel
- Cloudflare Emails for sending emails## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.