I wrote basic app. I created post category method, get all category, get category by name, post event post, get all event post, get event post by post id. #137
I wrote an excange rate API using this site: https://openexchangerates.org/ .
My API gets currencies rate based on USD and offers to users to exchange their amount money based on USD to another currency like TRY, CNY, RUB. Also, this exchange progess is saved on database #137
I wrote unit tests to test API
I wrote Readme file to explain my API and how to use it #187
I will write my works for milestone2