This repository contains a project to develop real-time flight status updates and notifications for passengers. The project is divided into three parts:
- A React JS client for the user interface.
- A fake aviation API service written in Go.
- A notification service written in Node.js.
- npm install
- npm run dev
- install nodejs
- cd notificationService
- npm install
- npm run start
- install golang
- cd fakeAvaiationAPIService
- go run cmd/main.go