Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 746 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 746 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

Installation

To install the application, follow these steps:

  1. Clone the repository:
git clone https://github.com/Imanm02/Aiport-Backend-WebDev-HW2.git
  1. Start the Docker containers:
docker-compose up

Maintainers