It is a simple Python GUI built with Tkinter and MongoDB backend.
- Python 2.7
- MongoDB 4.4
Clone the repository :
$ git clone https://github.com/Dipali742/Student-Management-System.git
Install Dependencies :
$ pip install -r ./requirements.txt
Start MongoDB server and run the code :
$ mongod
$ python App.py