Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tuananh31j/booking-online-fe


https://github.com/tuananh31j/booking-online-fe

docker nextjs14 react-hook-form redux-toolkit rtk-query shadcn-ui tailwindcss typescript vercel zod

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Booking Online

## 👨‍👩‍👦Contributors
| **🚀FE Leader** | **🚀Member** | **🚀Member** | **🚀Member** | **🚀Member** | **🚀Member** | **🚀Member** |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: |
| [Tuan Anh](https://gitlab.com/tuananh31j) | [QuangMphann](https://gitlab.com/quangphan2705) | [HarmonyHieu](https://gitlab.com/hieutvph46786) | [QuocJin](https://gitlab.com/QuocDL) | [sweetcter](https://gitlab.com/sweetcter) |[MWare CEO](https://gitlab.com/mwarevn) | [Đào Minh](https://gitlab.com/minhtit123) |
| booking-online | booking-online | booking-online | booking-online | booking-online | booking-online | booking-online |

## Technology Stack

![tech](docs/imgs/booking-technology.png)

## Demo

https://github.com/user-attachments/assets/e28d1334-90c7-42a2-a725-711625547b7c

## Setup

>
[!NOTE]
**Ensure Node.js is version ^18.18.0 || >=20.10.0.**

1. Install the dependencies.

```bash
# npm
npm install
```

2. Run the project.

```bash
# npm
npm run dev
```

or

## Setup with Docker

```sh
# docker
docker-compose up -d
```