Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Final Implementation

Compare
Choose a tag to compare
@eigenfoo eigenfoo released this 30 Apr 02:46
· 4 commits to master since this release

v1.0.0 (Final Implementation)

Submitted as the final implementation of Euphoria on 5/1/2019.

  • Split up the backend from a single Handlers layer, to separate Handlers and Store layers, mirroring the Bookstore example much more closely. This made our code much more readable and testable.
  • Added more unit tests, and configured Travis to run all our unit tests upon pushing to GitHub.
  • Deployed to our VM. After several times deploying, we wrote a Makefile that will automatically install, build and deploy everything.
  • Troubleshooted a lot of CORS errors.
  • Finished the frontend (i.e. all web pages are now complete), and refactored it to make it easier to read/edit HTTP URIs.