/uavdb

A place to upload and share UAV flight logs and information.

Primary LanguageC#MIT LicenseMIT

Build status

#UAVdb An online repository of your drone flights

##Dev instructions UAVdb is an ASP.Net MVC 6 applicaiton. That framework is still under development so expect a few hiccups.

Dependencies

  • node

Environment Setup

Platform Agnostic

npm install -g gulp bower nodemon

Windows

powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"