the-djmaze / snappymail

Simple, modern & fast web-based email client
https://snappymail.eu
GNU Affero General Public License v3.0
989 stars 117 forks source link

Divide back-end (php) from front-end (angularjs) #667

Closed stepobiz closed 1 year ago

stepobiz commented 1 year ago

Is your feature request related to a problem? Please describe. When i want assign development of new feature to front-end developer i have problem to set all enviroment

Describe the solution you'd like Divide in two parts the project, back and front

Describe alternatives you've considered Permit development to front-end developer without install php, and use a backend remote.

the-djmaze commented 1 year ago

Current front-end is in KnockoutJS, but you can write your own in Angular if you want.

Each request/response is JSON like with REST. There is no documentation of each.