E-Learn is a learning management system, it has multiple features with different types of users, some of its features are signing up as an instructor and creating courses, uploading materials either PDFs or Videos, Enrolling on a course, post question and more. in a fashion similar to Classroom
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
- Clone the repository
$ git clone git@github.com:AbdallahHemdan/eLearn.git
- Navigate to repository directory
$ cd eLearn
- Install dependencies
$ yarn install
- Running on development mode
$ yarn serve
├── README.md
├── LICENSE
└── eLearn
├── package.json
├── yarn.lock
├── vue.config.js
├── babel.config.js
├── .gitignore
|
├── src
│ ├── assets
│ ├── components
│ ├── router
│ ├── styles
│ ├── utilities
│ ├── views
│ └── App.vue
│ └── main.js
| |
├── public
│ ├── favicon.png
│ └── index.html
├── .github
├── .vscode
└── node_modules
Thanks goes to these wonderful people in the frontend team.
Abdallah Hemdan💻 |
Eman Othman💻 |
Adel Rizq💻 |
Ahmed Mahboub💻 |
This software is licensed under MIT License, See License for more information ©AbdallahHemdan.