https://github.com/cybardev/dbsys-webapp
Full-stack Flask + SQL Web App for Database Systems course
https://github.com/cybardev/dbsys-webapp
database devops flask-app full-stack-web-development infrastructure-as-code sql
Last synced: about 2 months ago
JSON representation
Full-stack Flask + SQL Web App for Database Systems course
- Host: GitHub
- URL: https://github.com/cybardev/dbsys-webapp
- Owner: cybardev
- License: gpl-3.0
- Created: 2024-03-29T17:07:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T02:42:36.000Z (over 1 year ago)
- Last Synced: 2025-05-19T22:12:15.068Z (about 1 year ago)
- Topics: database, devops, flask-app, full-stack-web-development, infrastructure-as-code, sql
- Language: Python
- Homepage: http://www.cybar.dev/dbsys-webapp/
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database Systems Full-stack Web App
## Group 13
### Members
- [Kazi Istiak](https://github.com/Istiak15)
- [Mohak Shrivastava](https://github.com/mohak75)
- [Naziya Tasnim](https://github.com/nazy00)
- [Sheikh Saad Abdullah](https://github.com/cybardev)
### Usage
```sh
python3 -m app -d $DB_NAME -u $DB_USER -p $DB_PASS
```
or, to enter password privately:
```sh
python3 -m app -d $DB_NAME -u $DB_USER
```
### Report
Read the report here: [REPORT.pdf](REPORT.pdf)
### Credits
- Professor Nikita Neveditsin
- [j2sql_parts.sh](db/j2sql_parts.sh)
- [parts_table.sql](db/parts_table.sql)
- example Flask app
- example Jinja templates
- MVP.CSS
- [andybrewer/mvp](https://github.com/andybrewer/mvp)