This project was originally from a module during the school term to elaborate the usefulness of microservices; I intend to do a rehash of the original project with nicer UI as well as a more concurrent backend with Golang instead of node.js, as well as include some CI/CD processes so that I can host it via free hosting services
this project uses the plugin @vitejs/plugin-react-swc (SWC) for Fast Refresh
yarn install
in the /frontend
directorygo mod tidy
in the /*-server
directoriesyarn dev
in the /frontend
directorygo run .
in the rest of the /*-server
directoriessass
using the 7-1 architecture design pattern with a main file that imports all relevant stylesheetshandlers.go
contains handler functions for handling http requests