This frontend app requires the backend service to be running. To do so create a .env
file and add in the following:
BACKEND_API=http://localhost:3000/api/v1/reservations
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Navigate to http://localhost:3001 to start interacting with the application.