Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
72 lines (58 loc) · 3.12 KB

README.md

File metadata and controls

72 lines (58 loc) · 3.12 KB

MetalWeightCalculator

python version Django version gunicorn version environs version Code style: black Code tests Code tests MIT licence

Ru Ua

Metal Weight Calculator

The application performs the calculation of the theoretical weight of rolled steel, based on the data entered by the user. A selection of different types of rolled metal products, metals and metal alloys is available.

Installing

git clone https://github.com/rin-gil/MetalWeightCalculator.git
cd MetalWeightCalculator
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mv .env.dist .env

Setup and launch

  • Run the application with the command python3 manage.py runserver
  • The application is available in your browser at: http://127.0.0.1:8000/

Screenshots

MetalWeightCalculator home screen

Developers

License

Metal Weight Calculator is licensed under MIT