https://github.com/imthaghost/pathfinder
Search a flight and see its path
https://github.com/imthaghost/pathfinder
Last synced: 6 months ago
JSON representation
Search a flight and see its path
- Host: GitHub
- URL: https://github.com/imthaghost/pathfinder
- Owner: imthaghost
- Created: 2022-03-25T03:48:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T04:25:25.000Z (about 4 years ago)
- Last Synced: 2025-04-05T20:34:01.977Z (over 1 year ago)
- Language: HTML
- Size: 641 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just search a flight and see it displayed on the map!

[comment]: <> (## Table of Contents)
[comment]: <> (- [Installation](#installation))
[comment]: <> ( - [Brew](#brew))
[comment]: <> ( - [Manual](#manual))
[comment]: <> (- [Todo](#todo))
[comment]: <> (- [Examples](#examples))
[comment]: <> (- [License](#license))
[comment]: <> (- [Contributors](#contributors))
## 🚀 Getting Started
### Backend
```bash
# change directory
cd api
# start with docker
docker
```
### Frontend
```bash
# change directory
cd ui
# start with docker
docker
```