-
Checkout the commit with tag name
assignment-1
(its commit SHA should beaa8054aa223ef15bcf8f779896fdc92ed2b8ccba
) -
Install the dependencies and run the various microservices in separate terminals:
# one-liners for Windows Powershell 5.1 cd microservices/front-end; npm install; npm run dev cd microservices/front-end/server; npm install; npm run start
# one-liners for bash and Windows Command Prompt cd microservices/front-end && npm install && npm run dev cd microservices/front-end/server && npm install && npm run start
-
The username is
heyi
and the password is123456