How to start frontend and backend:
-
Frontend (port 3000)
cd 273-Lab3/frontend
npm install
npm start
Visit localhost:3000/login for React frontend -
Backend(3001)
cd 273-Lab3/backend
npm install
nodemon start
Access graphiql on browser: localhost:3001/graphql