Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.47 KB

fastapi-kimo

Completed Assessment for Kimo using FastAPI.

Running Tests

pytest

Adding the Collection to MongoDB

python script.py

Screenshots with Endpoints

Adding the courses.json to MongoDB using the Python script

ss6

Courses Endpoint

The Rating for the entire course will be updated as per the aggregated sum of chapters as mentioned in the assignment document. ss1

Single Course Overview Endpoint

ss2

Chapter Details Endpoint

ss3

POST Request Endpoint to add rating to a Chapter

ss4

Success

ss5

Running Tests to validate all endpoints

ss7

Containerizing the Application

ss9