learning_management_system
v1.0.7
Published
Welcome to the Learning Management System (LMS) project. This is a simple command-line application that allows you to manage courses and students.
Downloads
4
Readme
Learning Management System (LMS)
Welcome to the Learning Management System (LMS) project. This is a simple command-line application that allows you to manage courses and students.
Prerequisites
Before you can run this application, make sure you have the following installed:
- Node.js: You can download it from nodejs.org.
Getting Started
Make sure you have Node.js installed on your computer.
Clone this repository or download the source code.
Install the project dependencies.
You can install this calculator globally using npm by running the following command:
npm i learning_management_system
This addition informs users that they can run your program using
npx learning_management_system
making it convenient for those who don't want to install it globally.
Features
Add Students: You can add new students to the system and assign them to specific courses.
Edit Student Information: Modify student details, including their name and course.
Delete Students: Remove students from the system.
View Student List: Get a list of all registered students and their course information.
View Course Information: Check details about available courses.
Usage
When you run the application, you will be presented with a main menu where you can choose between managing courses or students. Follow the on-screen prompts to perform various actions.
Contributing
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m "Description of your changes"
. - Push your changes to your fork:
git push origin feature-name
. - Create a pull request from your fork to the main repository.
Acknowledgments
This project uses the following libraries:
- inquirer for interactive command-line prompts.
- node-banner for displaying banners.
Thank you for using the Learning Management System! If you have any questions or encounter any issues, feel free to open an issue.
License
This project is licensed under the ISC License