This project is part of the FastAPI course from platzi.
Description: This project is a Twitter app to publish messages.
Requirements:
- Python
- FastAPI
- uvicorn
- pydantic[email]
- Email-validator
- python-multipart
Installation:
- clone or download the repository:
$ git clone [https://github.com/jemosdev/TwitterAPI-Clone-FastAPI-Platzi] - open the console and inside de project directory, create a virtual environment:
py -m venv venv.\venv\Scripts\activate - install the packages:
pip install -r requirements.txt - run it locally. The app will run on port 8000 by default
py main.py - open the browser
http://localhost:8000/docs
Views:
Author: jemosdev
.jpg)
.jpg)