Frontend - NextJS + TailwindCSS + Clerk Auth
Backend - Express + PostgreSQL
- Install NodeJS (npm comes with this)
- Clone the repository onto your machine (using
git clone
) - Run
npm install
- Run
npm run dev
The frontend will be on http://localhost:3000
and the backend will be on http://localhost:3001
Checkout the frontend live