Skip to content

Niolum/test_recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecipesApi

Features

  • Python (version 3.8.6)

  • FastAPI (version 0.85.0)

    • JWT authentication using OAuth2
  • PostgreSQL for the database

  • SqlAlchemy for ORM (version 1.4.41)

  • Alembic for database migrations (version 1.8.1)

Installation

  git clone https://github.com/Niolum/test_recipes.git

  pip install -r requirements.txt

  in the example.env file there are parameters for launching as an example:

    - DATABASE_URL (change your password and name of database)
    - ACCESS_TOKEN_EXPIRE_MINUTES
    - ALGORITHM
    - SECRET_KEY

  alembic upgrade head

  uvicorn recipes_api.main:app --reload

Scheme of interaction with the service:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published