https://github.com/rsmuthu/flask-insurtech
https://github.com/rsmuthu/flask-insurtech
aws aws-ec2 aws-ses bootstrap flask flask-restful python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsmuthu/flask-insurtech
- Owner: RSMuthu
- Created: 2020-09-21T09:34:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T14:19:10.000Z (over 5 years ago)
- Last Synced: 2025-03-17T08:47:45.703Z (over 1 year ago)
- Topics: aws, aws-ec2, aws-ses, bootstrap, flask, flask-restful, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-InsurTech
Working site:
http://ec2-13-126-87-254.ap-south-1.compute.amazonaws.com/ (Undeployed for personal reasons)
This is a InsurTech based site - a simple and basic work done in a short span of 3 days.
Well commented (to the most of the parts).
Backend - Packages:
- Flask
- Flask RESTFUL
- Flask SQLAlchemy (ORM style)
- Flask Marshmallow
- Cryphtography
Few updates that can be added --
- more stable CSS protection (update the parameters of config of Flask.App object)
- More precise and proper error handling
- Athentication / Authorisation can be updated to be done through JWT
Frontend:
- Javascript
- JQuery
- Bootstrap 4
- No template used.