requirements: pip install -r requirement.txt
and node + angular
For the first build run npm install
to install all the packages into node_modules
Run hypercorn main:app --reload
in the racket-rest-api
to start the backend server.
Run ng serve
to serve the front end to localhost:4200