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

https://github.com/kernel-sqz/wikidata-backend-parser


https://github.com/kernel-sqz/wikidata-backend-parser

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# How to run it?

Go to directory that contains backend files and execute those commands:

$ pip install -r requirements.txt
$ python manage.py runserver

## with virtual enviroment
Go to directory that contains backend files and execute those commands:

`*`3.xx = your python version. Recomended 3.11

$ virtualenv venv -p python3.xx
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver