https://github.com/shroukmansour/e-learning
Quiz and company components in a huge e-learning website, with django
https://github.com/shroukmansour/e-learning
Last synced: 3 months ago
JSON representation
Quiz and company components in a huge e-learning website, with django
- Host: GitHub
- URL: https://github.com/shroukmansour/e-learning
- Owner: ShroukMansour
- Created: 2019-03-18T14:08:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T18:48:41.000Z (about 6 years ago)
- Last Synced: 2025-01-10T14:30:59.195Z (5 months ago)
- Language: Python
- Size: 437 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/https://travis-ci.org/ShroukMansour/E-learning)
# E-learning (Quiz Component)
Quiz and company components in a huge e-learning website, with django## Installation
- Install docker using the following [link](https://docs.docker.com/toolbox/)
- Run the following command in Docker Quickstart
```bash
# Run project docker image file
docker run --rm -p 8000:8000 -i -t shroukmansour/e-learning_quiz
```## Usage
Use our API document to develop your application. You can find it in [Swagger Hub](https://app.swaggerhub.com/apis/Nada-ibrahim/E-learning/v1#/)## Contributing
We welcome all pull requests and contributions that anyone would like to make. Our team is super happy to support anyone who wants to get involved.
## Copyright
Code developed for [CS352] Software Engineering II course
Faculty of Computers and Information - Cairo University (2018-2019)