Skip to content

jemosdev/TwitterAPI-FastAPI-Platzi

Repository files navigation

TwitterAPI Clone – FastAPI | Platzi

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:

  1. clone or download the repository: $ git clone [https://github.com/jemosdev/TwitterAPI-Clone-FastAPI-Platzi]
  2. open the console and inside de project directory, create a virtual environment: py -m venv venv .\venv\Scripts\activate
  3. install the packages: pip install -r requirements.txt
  4. run it locally. The app will run on port 8000 by default py main.py
  5. open the browser http://localhost:8000/docs

Views:

-Users:

-Tweets:

Author: jemosdev

About

This project is a Twitter app to publish messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages