GCU-Sharpic / sharpic-server

This is a backend implementation of Sharpic project.
0 stars 1 forks source link

Removed static page serve function and changed to api service using jwt token #17

Closed chromato99 closed 1 year ago

chromato99 commented 1 year ago

The current implementation is a mixture of a web server function that serves a web page and a web server function. I would like to change this to an api service that provides image storage and super resolution and use nginx for the web server function.

A more detailed discussion is still needed.