This is an airplane website project that provides autentication and ticket service for passengers. The project is built using the following technologies:
- Backend: Express.js for ticket service, Golang for authentication, Python for Bank
- Frontend: React.js
- Database: Redis & Postgres
- Deployment: Docker and Docker Compose
In this part, we dockerized each part of the project so it could be run just by one command.
docker-compose up
- Clone the repository:
git clone https://github.com/webdevelopmentteam1401/HW3-Devops.git
- Start the Docker containers (in Q4 folder):
docker-compose up