stivenramireza / twitter-api

Building Twitter API using FastAPI framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter API

Building Twitter API using FastAPI framework.

Run API in development mode

$ python3 -m venv twitter-api
$ source twitter-api/bin/activate
$ pip install -r requirements.txt
$ export ENV=development
$ uvicorn src.main:app --reload

Run API in production mode

$ docker build -t stivenramireza/twitter-api:latest .
$ docker-compose up -d

About

Building Twitter API using FastAPI framework.


Languages

Language:Python 97.2%Language:Dockerfile 2.8%