Learning Management System
This mini-project is prepared with basic knowledge of a high-level programming language(C). Thus, it incorporates the use of pure English syntaxes of function that are predefined in C library. This program will require an account which is of three roles (Administrator, Teacher and a Student) by entering his/her details which varies according to the roles for eg the administrator will have to just enter id name and password but for teacher subject and number fields are added and for the student faculty is added in place of subject and then the unique password that will be stored in database. The person can then login into the system and then use the features associated with their roles.
Authors
Badges
Contributing
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Demo
Feedback
If you have any feedback, please reach out to us at info@abhishekpanthee.com.np admin@abhishekpanthee.info.np
Run In Linux
Clone the project
git clone https://github.com/abhishekpanthee/lms
Go to the project directory
cd lms
Compile The source code
gcc initial.c
Run the program
wine initial.exe
Run In windows
Clone the project
git clone https://github.com/abhishekpanthee/lms
Go to the project directory
cd lms
Compile The source code
gcc initial.c
Run the program
initial.exe
Run In Mac
Clone the project
git clone https://github.com/abhishekpanthee/lms
Go to the project directory
cd lms
Compile The source code
gcc -o main initial.c
Run the program
./main
Log in or sign up for Devpost to join the conversation.