Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 881 Bytes

Airplane Website

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

Installation

To install the application, follow these steps:

  1. Clone the repository:
git clone https://github.com/webdevelopmentteam1401/HW3-Devops.git
  1. Start the Docker containers (in Q4 folder):
docker-compose up

Maintainers