Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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).