Toy ordering system based on nextjs as a learning project
After setting up the database and environment variables:
# Install dependencies
pnpm install
# Initialize database schema
node scripts/init-db.js
# Start development server
pnpm devOpen http://localhost:3000 with your browser to see the result.