Skip to content

Test web app for getting and displaying currencies exchange rates.

Notifications You must be signed in to change notification settings

serrog/currency_rates_site

Repository files navigation

show rates of currencies

Description

Test web app for getting and displaying currencies' exchange rates. All rates and list of currencies are gotten from https://ru.cryptonator.com/api/

Installing and running

  1. Build and run project: docker-compose up --build -d
  2. Run migrations on DB: docker-compose exec web python manage.py migrate
  3. Populate DB with initial list of available currencies: docker-compose exec web python manage.py migrate
  4. Try to open http://0.0.0.0:8000

About

Test web app for getting and displaying currencies exchange rates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published