Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 389 Bytes

File metadata and controls

8 lines (7 loc) · 389 Bytes

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"