.idea | ||
code_trans/ctrans_page | ||
tests | ||
.gitignore | ||
Jenkinsfile | ||
README.md | ||
requirements.txt | ||
test.txt | ||
user_stories |
CodeTrans
CodeTrans is system which provide the conversion of English text into programming code (Python is currently supported).
Run app
To run app on your localhost type:
sudo waitress-serve 'routes:app'
Web link
The project is implemented on the subject Systemy Informatyczne
.