Showcasing django features
and
different flavors of frontends:
Started with next.js, but weird concept with frontend providing the application server
So, starting of with React first
Build with poetry, so poetry needs to be installed locally
$ poetry install
$ poetry run python backend\manage.py runserver
$ poetry run pytest backend\tests
$ npm install
$ npm start
$ npm run build
$ npm test -- --watchAll=false
For continous deployment and integration Github actions are used.
The workflow configuration can be found in the root under:
.github/workflows
directory