/GoToHome

A project to help animals and owners

Primary LanguageHTMLMIT LicenseMIT

logo

GoToHome

Table of contents

Quick start

Clone the repository:

git clone https://github.com/dino-mayk/GoToHome.git

Create a virtual environment:

Windows:

python -m venv venv

Mac, Linux:

python3 -m venv venv

Activate the virtual environment:

Windows:

cd venv/Scripts/
.\activate

Mac, Linux:

source venv/bin/activate

Install dependencies:

Windows:

pip install -r requirements.txt

Mac, Linux:

pip3 install -r requirements.txt

Download programs:

Install to start the server:

Launch:

Docker:

docker run -p 6379:6379 -d redis:5

Django server:

Windows:

python manage.py runserver

Mac, Linux:

python3 manage.py runserver

Status

flake8 django

Creators

Krasnov Nikita

Dmitry Ignatiev

Timofey Kiryachek

Thanks

Thanks to our mentors from the Yandex Academy

Sponsors

No yet :(

Copyright and license

No yet :(

Schemes and models