Simple Form with Flask and MongoDB

This is a simple web application built using Flask and MongoDB. It allows users to submit a form with their name and email, and the submitted data gets saved to a MongoDB database. The submitted data can then be viewed on a separate page.

Demo

Screen Recording

Technologies Used

  • Flask
  • Python3.8
  • MongoDB
  • HTML
  • CSS