artur24814 / currencyExchangeDemo

MIT License
0 stars 0 forks source link

setup rest django progect #1

Closed artur24814 closed 11 months ago

artur24814 commented 11 months ago

Load data from external database. Currency and rates should be stored in the local database. We recommend Yahoo and https://github.com/ranaroussi/yfinance but you can change. ● Goal is to implement the REST API in Django. You're free to use any third-party libraries - sharing your reasoning behind choosing them is welcome! ● Database selection is limited to MySQL or SqlLite ● Basic tests of endpoints are obligatory. Their exact scope is left up to you. ● We do not require any authorization/authentication system(s). ● The application's code should be in a public repository!