Skip to content

The Student Details Form site built to take the data like Name, USN (University Seat Number), Grade, Linked-in Profile Name, Github Profile Name and store it in the Mongo DB Atlas Cloud. Its Hosted Under Azure Web Service.

License

Notifications You must be signed in to change notification settings

k-arthik-r/Student_Details_Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Details Form


             

The Student Details Form site built to take the data like Name, USN (University Seat Number), Grade, Linked-in Profile Name, Github Profile Name and store it in the Mongo DB Atlas Cloud. Its Hosted Under Azure Web Service.


Requirments

Python 3.11.1 (Recommended)

Modules Required

  • flask
  • pymongo
  • configparser

How to Run?

  • Intialize a Git Repository.
  git init
  • Clone the Current Git Repository.
  git clone https://github.com/k-arthik-r/https://github.com/k-arthik-r/Student_Details_Form.git
  • Crete a Virtual Environment named env and Activate it(PowerShell)
  python -m venv env

  .\env\Scripts\Activate.ps1
  pip install -r requirements.txt
  • Give The Appropriate Mongo DB Credentials in config

  • After Importing all the mentioned modules, Run app

  python app.py

How the Website Works?

Ithe Webpage will take Data Like Name, USN, Grade, Linked IN Profile, Github Profile and Stres it in Mongo DB Atlas. If the USN is Alreday Present then it will Just Updates the Data for that USN. USN is used as _id here.

Doc2


License

Licence


Feedback

If you have any feedback, please reach out to us at [email protected] . You are also welcomed to add new features by creating Pull Requests.

About

The Student Details Form site built to take the data like Name, USN (University Seat Number), Grade, Linked-in Profile Name, Github Profile Name and store it in the Mongo DB Atlas Cloud. Its Hosted Under Azure Web Service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published