Eshop project built with FastAPI framework. Project includes user registration with email verification, authentication, images uploading, and CRUD functionality. Also added CORS.
Python
Shop project built with FastAPI
This repository contains code of API for small e-commerce shop and built on the top of FastAPI framework.
In this repository implemented such functions as:
User registration with OAuth2, passlib[bcrypt];
Sending verification email to confirm user registration with jwt;