https://github.com/tirkarthi/course-management
A simple course management app using Django and Vue.js
https://github.com/tirkarthi/course-management
Last synced: 4 months ago
JSON representation
A simple course management app using Django and Vue.js
- Host: GitHub
- URL: https://github.com/tirkarthi/course-management
- Owner: tirkarthi
- Created: 2018-03-12T06:19:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T15:57:45.000Z (over 7 years ago)
- Last Synced: 2025-01-05T12:42:35.857Z (5 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course management [](https://travis-ci.org/tirkarthi/course-management)
A simple course management app based on Vue.js and Django
# Installation
* Clone the repo
* Add secrets to .env
* Run `docker-compose up`
* Visit `http://localhost:8000` for the site# Tech stack
* Backend - Django, Django Rest Framework
* Frontend - Vue.js
* Database - SQLite
* Documentation - mkdocs . Please view docs/docs/ for more information