- migrate to node express server
- typescript version
- flow version
- jest tests
- cypress e2e tests
- add async await
- graphQL
Running it locally:
- clone repo, then
npm ito install all dependencies - to start on port 8080
npm start, openhttp://localhost:8080/ - to run tests, run
npm t
