Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 747 Bytes

File metadata and controls

24 lines (20 loc) · 747 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/webdevelopmentteam1401/HW2-Backend.git
  1. Start the Docker containers:
docker-compose up

Maintainers