Simple Console Application for Student Management System
- Install Visual Studio 2019 or Later, https://visualstudio.microsoft.com/
- Install MongoDB and MongoDB Compass, https://www.mongodb.com/
- Open/Run MongoDB Compass.
- When Setting Up Connection leave as Default and Press Connect.
- Open Student.sln using Visual Studio.
- On the toolbar go to Project -> Manage NuGet Packages. Search for mongodb driver & Download and install the Official .Net driver for MongoDB.
- Build and Run the Project.
- If Program Runs Successfully refreash the MongoDB interface and you should see a new Database created there called StudentDatabase.
- Username for Teachers/Administrator Panel is "admin" and password is "pass".
- Username for Student Panel is the first name of any student in the Database and password is the last name of the student.
- These things can be changed in the code.