Oura interview question

Create a trip booking API for space travel with Python

Interview Answer

Anonymous

Apr 14, 2022

Chose FastAPI as my framework. Followed the instructions given and implemented all the features. Divided my code into different files (ex. tests, helper functions, main...) Created a ReadMe file with instructions on how to download all the required packages and run the code.