bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Implementation Assignment: Create an API about the Covid19 Case Reports #68

Closed yigitsarioglu closed 3 years ago

yigitsarioglu commented 3 years ago

Create an API using COVID19Py , allows users to access and track the number of people affected by any coronavirus ( top 20 country rankings shown) and users could search countries according to the country codes. Create its backend using python django/rest framework, frontend using html/css , and write unit tests.

yigitsarioglu commented 3 years ago

I created a new branch and my changes are committed and pushed to the this branch.. After all, I make a pull request to the dev branch.. (reviewed by my team mate)

yigitsarioglu commented 3 years ago

I have search python API's across the web and I found a API, which I could receive json format data and process it. Then I work with that API and write python codes for process the data and show at the template.

yigitsarioglu commented 3 years ago

I documented the API endpoint which I implemented. It can be found at our GitHub repository under “API-Docs.md”

yigitsarioglu commented 3 years ago

Code documentation is one of the deliverables that make our work easier when working together. So I wrote code documentation to my code.

yigitsarioglu commented 3 years ago

we have completed the dockerization and deployment. So I close this issue. App is currently deployed here: http://group4-practiceapp.eba-hs5hejqp.us-west-2.elasticbeanstalk.com/covid19/