Morse_Code_Generator

所属分类:自动编程
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2024-02-26 02:28:28
上 传 者sh-1993
说明:  莫尔斯电码发生器
(Morse Code Generator)

文件列表:
client/
main.py
morsecode_to_string.py
requirements.txt
string_to_morsecode.py

# Morse_Code ## SETUP ### Backend - Install the required packages using the following command: ``` pip install -r requirements.txt ``` - Run the following command to start the server: ``` uvicorn main:app --workers 8 ``` ### Frontend - Install nodejs and npm in your OS - Open the client directory in terminal and run the following command: ``` npm install ``` - Run the following command to start the server: ``` npm build && npm start ``` !! note: Run `npm run dev` to start the server in development mode

近期下载者

相关文件


收藏者