Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchi-02/multi-agency-booking-platform
Micro-services based booking platform, for travel and hike agencies.
https://github.com/mitchi-02/multi-agency-booking-platform
docker docker-compose eureka-discovery-service gcp-bucket gitlab-ci-cd kafka microfrontends microservices mongodb nestjs nextjs postgresql react react-query redis shadcn-ui spring-boot spring-gateway stripe tailwindcss
Last synced: about 2 months ago
JSON representation
Micro-services based booking platform, for travel and hike agencies.
- Host: GitHub
- URL: https://github.com/mitchi-02/multi-agency-booking-platform
- Owner: Mitchi-02
- Created: 2024-06-14T16:23:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T13:05:09.000Z (7 months ago)
- Last Synced: 2024-06-18T12:44:49.473Z (7 months ago)
- Topics: docker, docker-compose, eureka-discovery-service, gcp-bucket, gitlab-ci-cd, kafka, microfrontends, microservices, mongodb, nestjs, nextjs, postgresql, react, react-query, redis, shadcn-ui, spring-boot, spring-gateway, stripe, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 6.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Agency Booking Platform
Micro-services based booking platform, with a micro-frontend architecture, for travel and hike agencies.
## Getting Started### Clone the Repository
```bash
git clone https://github.com/Mitchi-02/multi-agency-booking-platform.git
```
### To start the services, follow the steps below:1. **Frontend:**
- Open a terminal.
- Navigate to the client folder:
```bash
cd front
```
- Follow the frontend folder README.md.2. **Backend:**
- Open a terminal.
- Navigate to the client folder:
```bash
cd back
```
- Follow the backend folder README.md.