| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
AniSlime API - is api for a web application built using the Django REST framework. This web application is made for watching anime and discussing it. You can test this API Documents here.
cloning project:
git clone https://github.com/ovaomnis/anislime.git
to start installation and dependencies:
pip3 install -r requirements.txt
create virtual environment:
python -m venv <you_env_name>
activate virtual evnironment:
if you using windows:
<you_env_name>\Scripts\activateif you using linux:
. <you_env_name>/bin/activate
running the server:
python3 manage.py runserver
running the celery:
celery -A config worker --loglevel=INFO
running the celery beat:
celery -A config beat --loglevel=INFO
| Back | FazBrowse Home | New Git URL |