-
Notifications
You must be signed in to change notification settings - Fork 0
This project is a copy of the twitter API created with FastAPI, "requirements.txt" has all the libraries used, this is a simplify version of twitter API, has path operations like create, update, delete and show users / tweets, this project is NOT connected to a database, it works directly with .Json files wich saves the information registered (u…
efortish/TwitterClonAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is a copy of the twitter API created with FastAPI, "requirements.txt" has all the libraries used, this is a simplify version of twitter API, has path operations like create, update, delete and show users / tweets, this project is NOT connected to a database, it works directly with .Json files which saves the information registered (users.json, tweets.json). - To initialize Swagger UI or Redoc UI, please: - Be on your Venv where the requirements.txt is installed. - Run in console: uvicorn main:app --reload #This launches the application. - Go to 127.0.0.1:8000 in your navigator (Google Chrome recomended): - 127.0.0.1:8000/docs : To use Swagger UI. - 127.0.0.1:8000/redoc: To use Redoc UI. - Open users.json and tweets.json and play with the API as long as you want. Kevyn Suarez Colombia https://github.com/efortish
About
This project is a copy of the twitter API created with FastAPI, "requirements.txt" has all the libraries used, this is a simplify version of twitter API, has path operations like create, update, delete and show users / tweets, this project is NOT connected to a database, it works directly with .Json files wich saves the information registered (u…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published