- Run the following command and go to
http://localhost:3000on your local machine.
docker compose upBuilt on top of Next.js, Tailwind.css.
- Install dependencies
npm install- Run development server
npm run devBuilt on top of Node.js, Prisma with PostgreSQL.
- Install dependencies
npm install- Push database changes (when database is up)
npm run db:push- Run development server
npm run dev