This is repository contains the topic-ui, which is used to maintain a master list of learning resources and skills organized by topic. The primary user for this UI is mentors who work with apprentices and assign resources found in a topic to an apprentices curriculum.
Here are all of the repositories in the mentorHub system
Instructions on how to contribute, how to install dependencies and run locally. Including how to run backing services locally.
Use the following command to build and run the container locally. See here for details on how to stop/start the database.
../src/docker/docker-build.sh
After that command completes successfully you can verify it worked successfully by
- You can access: http://localhost:8087/category
- To Be Documented