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.
- Host: GitHub
- URL: https://github.com/zanottipaolo/db1-agile
- Owner: zanottipaolo
- License: mit
- Created: 2022-04-07T16:28:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T12:29:34.000Z (about 4 years ago)
- Last Synced: 2025-06-11T05:05:04.574Z (about 1 year ago)
- Topics: database, flask, scrum-agile, web
- Language: HTML
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)