FastAPI
Built 2 core endpoints of my backend.
What’s new?
- POST endpoint where we’ll get data from user in json format and write it to our redis db.
- GET endpoint where we’ll search for data with same id and return it, if there is no such data we’ll get 404
- Data deletes automatically after 1 hour.
- Now can handle only Python dict, but I’m planning to add at least few formats for different languages
GIT commits
5dbf63d
What next?
- Add more flexibility to POST endpoint and handle wrong types of data right.
Log in to leave a comment