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.
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
- Run the application with the command
python3 manage.py runserver
- The application is available in your browser at: http://127.0.0.1:8000/
Metal Weight Calculator is licensed under MIT