Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T18:44:23.000Z (9 months ago)
- Last Synced: 2024-06-25T09:18:36.066Z (7 months ago)
- Topics: database, devops, flask-app, full-stack-web-development, infrastructure-as-code, sql
- Language: Python
- Homepage: http://dbcourse.cybar.dev/
- 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)