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

https://github.com/kyle8998/django-test


https://github.com/kyle8998/django-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vynchronize
Created by Kyle Lim

### Dependencies

Python3 +

Django 1.11 +

### How to run

Set up a virtual environment

Install django

Start venv
```source //activate```

Clone this repo in django folder and go into the directory
```git clone https://github.com/kyle8998/Vynchronize```

Start server
```python3 manage.py runserver```

To access go to 127.0.0.1:8000