This is the market place project for DuinGud.com
To run it locally, please install Docker and Docker-compose then run below command.
Note if you're running on Windows, please run docker and edit code in WSL2 Ubuntu environment.
$ docker-compose -f local.yml up
- Visit localhost:8000 to see the frontend pages
- Please use Prettier to format your .json and .js code, use Python to format you .py code
Moved to cookiecutter-django settings.
Running type checks with mypy:
$ mypy marketplace
To run the tests, check your test coverage, and generate an HTML coverage report:
$ coverage run -m pytest $ coverage html $ open htmlcov/index.html
$ pytest
Moved to Live reloading and SASS compilation.
The following details how to deploy this application.
See detailed cookiecutter-django Docker documentation.