This is a simple web app which keeps the records of User(ofany type like Company, and even students data). It
- Store the information in the database(Name, email, contact, city, company)
- Display all stored records on the screen
- Enable deleting a particular record
environ variables export APP_SETTINGS="config.DevelopmentConfig" export DATABASE_URL="postgresql:///discover_flask_dev"