dagapp / goald

Online service for collecting money
0 stars 0 forks source link

Use REST API for frontend-backend interaction #38

Open dagapp opened 3 months ago

dagapp commented 3 months ago

For better scaling of the app, it can be considered to implement REST API for communication between frontend and backend

uf00led commented 2 months ago

From what you can see here

Some semblance of an API is already there. And in fact, it already interacts with the front end as two separate services, but within #36. It makes sense not to reinvent the technology and use Django-REST-Framework

dagapp commented 2 months ago

Decided to split this task into two parts: dagapp will handle user, group and duty interfaces iladygin will handle goal and report interfaces