Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add frontend basic structure | Roberto Hueso Gómez | 2020-08-31 | 5 | -0/+52 | |
| | | | | | This adds base.html and nav.html templates as well as its dependencies on Bootstrap and jQuery. | |||||
* | Add basic backend structure | Roberto Hueso Gómez | 2020-08-31 | 4 | -0/+43 | |
| | | | | This adds views functions and ogServer config loading. | |||||
* | Add requirements.txt | Roberto Hueso Gómez | 2020-08-31 | 1 | -0/+14 | |
| | | | | | | | | | These are the basic libraries this app needs in order to run: - Flask - requests - Flask-Babel the rest of libraries are dependencies of theirs. | |||||
* | Add gitignore | Roberto Hueso Gómez | 2020-08-28 | 1 | -0/+135 | |