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

https://github.com/osll/stepic_uploader


https://github.com/osll/stepic_uploader

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

```
Requirements:

linux/windows
python3
django 1.10.6

1. Clone project:
git clone https://github.com/OSLL/stepic_uploader.git

2. Apply migrations:
python manage.py migrate

3. Start developer web-server:
python manage.py runserver

4. Get home page in browser via http://127.0.0.1:8000/

```