An open API service indexing awesome lists of open source software.

https://github.com/zanottipaolo/db1-agile

Agile project tracking for Database 1 and Web exam @ UniBg - Computer Engineering 2021/2022.
https://github.com/zanottipaolo/db1-agile

database flask scrum-agile web

Last synced: about 2 months ago
JSON representation

Agile project tracking for Database 1 and Web exam @ UniBg - Computer Engineering 2021/2022.

Awesome Lists containing this project

README

          

# Web app Agile :calendar:
Web app for project management that using agile Scrum methodology

### How to run

1. Enable virtual enviroment with `/Scripts/activate`
2. Set debug mode with `$env:FLASK_ENV = "development"` (on PowerShell) `set FLASK_ENV=development` (on CMD)
3. Run with `flask run`

### Update db structure

1. Open a python shell inside the project folder
2. Import the update function with `from backend.database import init_db`
3. Run the update function with `init_db()`

Made by:

- [Paolo Zanotti](https://github.com/zanottipaolo)
- [Federico De Duro](https://github.com/Jfkmdd)
- [Matteo Soldini](https://github.com/matteosoldini)