How to run In a terminal, start the server by running: go run .
In a new terminal, start the client by running: go run .
From the new terminal, you can run your commands, and recieve output.
Commands Possible commands in the client: !!Important to use commas!!
- get,course,{id}
- get,all,courses
- new,course,{id},{workload},{rating}
- update,course,{id},{workload},{rating}
- delete,course,{id}
Enjoy <3