Quick Start
Get ReResell running in under 5 minutes.
Prerequisites
- Node.js 18+
- A Neon PostgreSQL database
Steps
1. Clone and Install
2. Configure Environment
Create .env file with minimum required variables:
DATABASE_URL="your-neon-connection-string"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="any-random-string-for-development"
3. Set Up Database
4. Start the App
5. Open in Browser
Visit http://localhost:3000
6. Log In
Use a test account:
- Email:
alice@example.com - Password:
password123
What's Next?
- Browse listings on the homepage
- Try the search with filters
- Create a new listing
- Add items to favorites