Dreamed DMS calculator demo application

front-page.png

This is my dummy application for showing various ways to test web apps.

Set up

Front 🍕

cd front
npm i
npm start &

Backend 🍣

Don't forget to create a virtual environment 👩🏼‍🏫.. or not what ever... 🤷‍♂️

pip install -r requirements.txt
pythoh manager.py runserver

Docker - TBD 🐳

For now, there's an issue with connecting the front to the backend via docker. Not sure why.

docker-compose up -d