An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Course management [![Build Status](https://travis-ci.org/tirkarthi/course-management.svg?branch=master)](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