This project uses Docker to set up required services and runs a Node.js server for application logic. Please follow the steps below to get everything up and running.
- Architecture Flow: Architecture
Ensure you have the following installed:
- Docker: Install Docker
- Node.js: Install Node.js
git clone git@github.com:FaizanJvd/Flight-Management-System.git cd devops docker compose up -d cd server npm install npm run serve cd socket npm install node server.js cd client npm install npm run dev