Made with flask and sqlalchemy. By default runs on http://localhost:5000 .
Frontend: https://github.com/R-N/simta-frontend
Sample deployment:
Requirement:
- python
- stuff in requirements.txt
Postman
- Collection: https://www.postman.com/rizqinur2010/workspace/pps/collection/24976783-87000622-fed6-413f-85b0-50486ef6bf50?action=share&creator=24976783
- Auto generated docs: https://documenter.getpostman.com/view/24976783/2s8YzZPK75
Executing / running:
pip install -r requirements.txt
run.bat
There's also sample WSGI and vercel file. You may need to append this project's path to sys path for WSGI (at least that's how it is for pythonanywhere).