fylein / fyle-interview-intern-backend

44 stars 1.14k forks source link

Completed assignment - Rajarshi Roy on 20th April as last commit #51

Open Rajarshi12321 opened 2 months ago

Rajarshi12321 commented 2 months ago

Dockerfile and Docker-compose setup with proper Dockerfile and Docker-compose build and run instructions on the readme. Pytest with 98% Coverage, used github actions to run the pytest coverage command. Covered all the APIs with pytest. Updated existing tests and added more to improve coverage. Added the required SQL Queries. Added the missing APIs. Added tests for grading API Corrected intentional bugs that have been incorporated into the application to resolve test failures

Additional things besides completing assignment: Created Dockerfile and Docker-compose. Implemented github actions to run pytest with every commit ignoring readme updates. image