https://github.com/jcardonamde/recetas
This application is developed in python with Flask. Contains registration screen with fields validation, login with mySQL database connection. It allows you to create cooking recipes and apply the CRUD concept to them. It was deployed on Ubuntu 20.04 using the EC2 service on AWS.
https://github.com/jcardonamde/recetas
bootstrap crud-application css flask html5 mysql-database python
Last synced: 3 months ago
JSON representation
This application is developed in python with Flask. Contains registration screen with fields validation, login with mySQL database connection. It allows you to create cooking recipes and apply the CRUD concept to them. It was deployed on Ubuntu 20.04 using the EC2 service on AWS.
- Host: GitHub
- URL: https://github.com/jcardonamde/recetas
- Owner: jcardonamde
- Created: 2022-08-12T19:28:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T02:49:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T05:26:03.583Z (over 1 year ago)
- Topics: bootstrap, crud-application, css, flask, html5, mysql-database, python
- Language: HTML
- Homepage: http://50.17.116.23
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recetas
This application is developed in python with Flask. The app allows users to register, perform login validation, create cooking recipes, and the user who owns a recipe is the only one who can edit or delete their recipe. The others could only consult it.
I use the CRUD model, where the concepts of MVC, OOP, value interpolation, modularization, and one-to-many relationships are applied to the database. Bootstrap 5 was used in the frontend. The ERD model was created with MySQL Workbench. It was deployed on Ubuntu 20.04 using the EC2 instance service on AWS. Visit: http://50.17.116.23