/animesukurepa-backend

An application that scrapes anime based on the user's search query. Built with Python and Django Rest Framework.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Animesukurepa

Animesukurepa is a web-based application that scrapes anime based on the user's search query

Docs

animesukurepa-backend-docs

Frontend

Link to repository

Installation

To get it running on your local machine, follow the steps below:

  1. Run the commands below in your terminal:
git clone git@github.com:israelabraham/animesukurepa-backend.git
  1. Change directory to animesukurepa-backend:
cd animesukurepa-backend
  1. Install the requirements with the command below:
pipenv install -r requirements.txt
  1. Run the development server with
python manage.py runserver
  1. Launch your browser and navigate to:
http://127.0.0.1:8000