This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
Final Implementation
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 separateHandlers
andStore
layers, mirroring theBookstore
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.