dagapp / goald

Online service for collecting money
1 stars 0 forks source link

Frontend and backend separation #36

Closed uf00led closed 5 months ago

uf00led commented 6 months ago

At the moment the project is a monolithic structure. In the future, this may make it weakly scalable. To simplify further development, it is necessary to explicitly distinguish between frontend and backend. This will help in terms of:

1) Separate component testing 2) Independence of frontend and backend developers

P.S. Now project has goald_app and goald_site (static/ is inside an app?). It's better to make the frontend component as a separate application inside Django