Animesukurepa is a web-based application that scrapes anime based on the user's search query
Link to repository
To get it running on your local machine, follow the steps below:
- Run the commands below in your terminal:
git clone git@github.com:israelabraham/animesukurepa-backend.git
- Change directory to animesukurepa-backend:
cd animesukurepa-backend
- Install the requirements with the command below:
pipenv install -r requirements.txt
- Run the development server with
python manage.py runserver
- Launch your browser and navigate to:
http://127.0.0.1:8000