EN-1993 is a set of tools, scrips and API's built to help Mechanical Engineers and Designers with their daily task of sizing and design of machine elements. Ultimate goal is to build interactive set of components accessible via web browser as well as remote API's that Engineers can use to expand capability of their own programs and tools.
Website is build in Vue and API is build with Flask
If you have questions, comments or want to contribute please contact me at: info@en1993.eu
so far following is implemented:
Visit the Calculator: http://www.en1993.eu/I_Shape
Set of Calculators aimed at calculation of elastic and plastic Cross-Section properties
Visit the Calculator: http://www.en1993.eu/BoltInLine
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# navigate to ./backend and run python script (runs flask api)
python run.py