User Manual Prerequisites Go: https://go.dev/doc/install MySQL: https://dev.mysql.com/downloads/ (I used MySQL Community Server on MacOS) Install yarn if you have not already done so: https://classic.yarnpkg.com/lang/en/docs/install/ Run Fork this repo using git clone https://github.com/duong-vriska/cvwo-assignment on your CLI or easier, download via Code → Download as ZIP archive. Download MySQL and setup your database. On a terminal, run cd backend && go run main.go to start backend and database server at localhost://8005 On a different terminal, run cd frontend && yarn start to start client at localhost://3000 Features Basic CURD operations and a simple Category system.