Skip to content

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

License

Notifications You must be signed in to change notification settings

aybruhm/animesukurepa-backend

Repository files navigation

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 [email protected]: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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published