Flavor Haven is a web application that allows users to order food in advance before visiting a store. With this app, users can check their order's preparation time and pick up their order when it's ready. Store owners can manage food, place orders, update order status, and even announce promotions.
This project uses the following technologies:
- Frontend: React, Next.js, TypeScript
- Backend: Prisma ORM, PostgreSQL
- Containerization: Docker
- Styling: Tailwind CSS
- Code Quality: ESLint
To run this project, you need to follow these steps:
- Clone this repository.
- Install the necessary dependencies using
yarn install
. - Start the development server using
yarn dev
.
After starting the development server, you can access the application at http://localhost:3000
. You can then register as a user or a store owner and start using the application.
Contributions are welcome! If you find a bug or think of a new feature, feel free to create an issue or a pull request.