Coder Social home page Coder Social logo

blog_fastapi's Introduction

Blog FastAPI

Описание проекта:

Блог написаный на FastAPI.

  • JWT авторизация
  • CRUD пользователей
  • CRUD категорий
  • CRUD статей
  • Отправка Email

Инструменты разработки

Стек:

  • Python >= 3.7
  • FastAPI == 0.52.0
  • PostgreSQL

Ссылки:

Разработка

1) Сделать форк репозитория и поставить звездочку)
2) Клонировать репозиторий
git clone ссылка_сгенерированная_в_вашем_репозитории
3) Создать виртуальное окружение
python -m venv venv
4) Активировать виртуальное окружение
5) В папке core файл local_config.py-example переименовать в local_config.py и прописать конект к базе
6) Устанавливить зависимости:
pip install -r req.txt
7) Выполнить команду для выполнения миграций
alembic upgrade head
8) Создать суперпользователя
в разработке
9) Запустить сервер
uvicorn main:app --reload
10) Перейти по адресу
http://127.0.0.1:8000/docs

License

BSD 3-Clause License

Copyright (c) 2020-present, DJWOMS - Omelchenko Michael

blog_fastapi's People

Contributors

djwoms avatar

Watchers

 avatar

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.