Skip to content

EduKav1813/django-currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Simple web application to convert currencies.

Run with Docker Compose

  1. Start the web service
docker compose --profile web up
  1. Set your ExchangeRate-API key in .env
EXCHANGE_RATE_API_KEY=your_key
  1. Start parser services
docker compose --profile parser up

(Optional) Start MOCK parser for testing purposes

docker compose --profile mock_parser up

If running locally, this will start:

  • Backend on port :8000
  • Frontend on port :8001
  • Postgres database on port :5432
  • Redis (for celery) on port :6379

Run tests

./currencyconverter/manage.py test currencyconverter.tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published