https://github.com/badhon252/restaurant-table-booking-app
https://github.com/badhon252/restaurant-table-booking-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badhon252/restaurant-table-booking-app
- Owner: badhon252
- Created: 2023-06-10T12:14:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T01:27:36.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:22:05.265Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/)