Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.11 KB

OrbitWatch 🛰️

OrbitWatch is a mobile application developed with Flutter that displays the real-time position of satellites in orbit around Earth and the launch schedule of rockets carrying more satellites into orbit. The backend of the application is developed with Go (Golang).

Screenshots

Some screenshots here

How to Clone and Run the App

This project is built with Flutter, so before getting started, make sure you have Flutter installed and set up on your system. For more information, please refer to https://docs.flutter.dev/get-started/install.

Once that's done, let's get started!

  1. Clone the repository with git clone https://github.com/lucasviinic/orbit-watch.git
  2. Navigate to the cloned directory with cd orbit-watch
  3. Install the dependencies, flutter pub get
  4. And finally, run the application with the command flutter run.

Contributing

We welcome contributions to OrbitWatch! To contribute, please fork this repository and submit a pull request with your changes. For more information, please see our Contributing Guidelines.

License

OrbitWatch is licensed under the MIT License.