net-art-uchicago / collaborative-artware

an experimental online drawing application by Media Art and Design students at the University of Chicago.
https://net-art-uchicago.github.io/collaborative-artware/
GNU General Public License v3.0
1 stars 16 forks source link

Merge backend with frontend login page #65

Closed alex-sheen closed 3 years ago

alex-sheen commented 3 years ago

Updated frontend login page to connect with backend code.

The frontend login page now posts a login request to the server.

alex-sheen commented 3 years ago

This PR also adds the backend endpoints for the brush-creation team.

'/brush-creator/api/brushdata' returns the user's brushes

'/brush-creator/api/newbrush' adds a new brush to the user's files

nbriz commented 3 years ago

rad, everything looks + works great, feel free to merge :)