Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-n/simta-backend
Facilitates college final project flow in IS major of ITS. This is the frontend
https://github.com/r-n/simta-backend
back-end back-end-development backend backend-development flask information-system information-systems python rest rest-api software-engineering
Last synced: 12 days ago
JSON representation
Facilitates college final project flow in IS major of ITS. This is the frontend
- Host: GitHub
- URL: https://github.com/r-n/simta-backend
- Owner: R-N
- License: mit
- Created: 2022-12-18T05:54:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T07:14:10.000Z (about 1 month ago)
- Last Synced: 2024-11-22T07:18:48.175Z (about 1 month ago)
- Topics: back-end, back-end-development, backend, backend-development, flask, information-system, information-systems, python, rest, rest-api, software-engineering
- Language: Python
- Homepage: https://simta-backend.vercel.app
- Size: 376 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simta-backend
Made with flask and sqlalchemy. By default runs on http://localhost:5000 .Frontend: https://github.com/R-N/simta-frontend
Sample deployment:
- https://linearch.pythonanywhere.com/
- https://simta-backend.vercel.app/Requirement:
- python
- stuff in requirements.txtPostman
- 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/2s8YzZPK75Executing / 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).