Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We then deployed using Heroku.

...

Backend

To integrate with our frontend, we created a backend server using the same systems as our API. From there we set up authentication along with token management. We also later took advantage of it to forward requests to our rendering API as there were issues with CORS on the service.

...