Skip to content

dborodin836/anime-search

Repository files navigation

Anime Search

Simple way to search for anime.

Getting Started

The first thing to do is to clone the repository:

$ git clone https://github.com/dborodin836/anime-search.git
$ cd anime-search

Setup

If you don't have Python install it.

Create a virtual environment to install dependencies in and activate it:

$ py -m venv env
$ cd env/Scripts
$ activate
$ cd ../../

Then install the dependencies:

(env)$ pip install -r requirements.txt

And finally run the django server:

$ py manage.py

Usage

You can try your fate and load random anime...

image.png

... or search manulally, if you now what are you looking for.

Samples

image.png