An open API service indexing awesome lists of open source software.

https://github.com/badhon252/restaurant-table-booking-app


https://github.com/badhon252/restaurant-table-booking-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Restaurant Table booking system using Next.js, tailwindcss, typescript, prisma and postgresql

## Features 🚀

- [x] User can view all the restaurants
- [ ] User can view all the tables in a restaurant
- [ ] User can book a table
- [ ] User can view all the bookings
- [ ] User can cancel a booking
- [ ] User can view all the bookings of a restaurant
- [ ] User can view all the bookings of a table

## Tech Stack 💻

- [Next.js](https://nextjs.org/)
- [Tailwindcss](https://tailwindcss.com/)
- [Typescript](https://www.typescriptlang.org/)
- [Prisma](https://www.prisma.io/)
- [Postgresql](https://www.postgresql.org/)

## Getting Started 🛠

### Prerequisites

- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)

### Installation

1. Clone the repo
```sh
git clone [email protected]:badhon252/restaurant-table-booking-app.git
```
2. Install NPM packages
```sh
yarn install
```

## Usage

1. Run the development server
```sh
yarn dev
```
2. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

- [Twitter](https://twitter.com/badhon252)
- [LinkedIn](https://www.linkedin.com/in/khalidhossainbadhon/)
- [Email](mailto:[email protected])
- [Portfolio](https://badhon252.me/)