RoySegall / dreamed-calculator-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About


Languages

Language:JavaScript 44.5%Language:Python 32.3%Language:SCSS 11.5%Language:HTML 8.5%Language:CSS 1.7%Language:Dockerfile 1.0%Language:Shell 0.5%