Skip to content

andresagab/my-movie-api

Repository files navigation

APP

Run the next commands to use this app:

# clone repository
git clone
# after join in the folder of this project execute:
# create and activate virtual enviroment
python -m venv env
# install dependencies
pip install requirements.txt
# start up server
uvicorn main:app

User of authentication:

email: admin@admin.com password: admin

About

API with python using FastAPI, this project was created for complete a course of Platzi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages