Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 404 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 404 Bytes

uav-db

Let's put our image and flight data into a database.

Setup

You will need mongodb running on your local machine (for now). Get it here (MacOS).

Once it is installed you can start mongodb using:

> brew services start [email protected]

and you can stop it by:

> brew services stop [email protected]