Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

probablyadev/DFN-Maintenance-GUI-Backend

Repository files navigation

desert fireballs banner

Back end server for the camera maintenance GUI within the Desert Fireball Camera Network.
Backend written in Python + Flask.


Created by Campbell Pedersen and maintained with ❤️ by Scott Day.

This is the code for the GUI which will be used to maintain the camera network for the Fireballs in the Sky project.

For those who do look at this repository, please note that this system is meant to be installed and run on our cameras placed out in the field. You can install it on your own machine, however the backend is not simulated to run without the camera as of yet.

Running Development

$ pip3 install -r requirements/dev.txt
$ python3 db/create_db.py
$ python3 main.py dev

Running Production

First make sure you have auth.db in the db/ folder. main.py can optionally take the argument "prod".

$ pip3 install -r requirements.txt
$ python3 main.py

License

This project is licensed under the MIT license, Copyright (c) 2018 Ryan Scott Day.

About

The back end server for the camera maintenance GUI within the Desert Fireball Camera Network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5