Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 228 Bytes

lab-3

  • Run server.
go run ./cmd/server
  • Examples of client SDK-based scripting are run through a command.
npm install
npm start
  • The db folder contains SQL scripts for initializing the server database.