/Enrollment-App

This is a flask app for learning pupose

Primary LanguageHTML

This is a Course Enrollment App for learning purpose

  • It is developed using flask v.1.1.1 which is a popular framework of python for building web-applications.

  • The database used for this project is MongoDB.

  • Want to test this app. Make sure you have python 3 installed.

  • Download or clone this repository.

  • For creating the same virtual environment,run pipenv install --ignore-pipfile

  • Type flask run to run the application on localhost.