Giter Site home page Giter Site logo

sergeypatrakov / api_final_yatube Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 24 KB

The final part of the Yandex.Practicum education project. Social network, in which it is possible to publish entries, comment on them and subscribe / unsubscribe from the authors.

Python 98.98% HTML 1.02%
api django-rest-framework jwt python

api_final_yatube's Introduction

api_final_yatube

Описание:

Финальная часть учебного проекта социальной сети, в которой есть возможность публиковать записи, комментировать их и подписываться/отписываться от авторов.

Технологии:

Python 3.7, Django 2.2, DRF, JWT

Как запустить проект:

Клонируй репозиторий и перейди в него в командной строке:

git clone https://github.com/sergeypatrakov/api_final_yatube

cd api_final_yatube

Cоздай и активируй виртуальное окружение:

python3 -m venv venv

  • Если у тебя Linux/macOS

    source venv/bin/activate

  • Если у тебя windows

    source env/scripts/activate

python3 -m pip install --upgrade pip

Установи зависимости из файла requirements.txt:

pip install -r requirements.txt

Выполни миграции:

python3 manage.py migrate

Запусти проект:

python3 manage.py runserver

Наслаждайся)

Автор:

Сергей Патраков


api_final_yatube

Description:

The final part of the Yandex.Practicum education project. Social network, in which it is possible to publish entries, comment on them and subscribe / unsubscribe from the authors.

Tech:

Python 3.7, Django 2.2, DRF, JWT

Installation instructions:

Clone the repository and go to the command line:

git clone https://github.com/sergeypatrakov/api_final_yatube

cd api_final_yatube

Create and activate a virtual environment:

python 3 -m venv venv

  • If you have Linux/mac OS

    source venv/bin/activate

  • If you have windows

    source env/scripts/activate python3 -m pip install --upgrade pip

Install the dependencies from the file requirements.txt:

pip install -r requirements.txt

Perform migrations:

python3 manage.py migrate

Launch the project:

python3 manage.py runserver

Enjoy)

Author

Sergey Patrakov

api_final_yatube's People

Contributors

sergeypatrakov avatar

Watchers

 avatar

api_final_yatube's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.