SENG-499-Company-3 / backend

MIT License
1 stars 0 forks source link

Backend

Build

Run

Logs

Close and Clean

testing

after starting the project with docker compose here are some basic curl commands to try

curl http://localhost:3001/SCHEDULE
curl -H "Content-Type: application/json" -X POST -d '{
      "days": "MTW",
      "inPerson": false,
      "length": 50,
      "name": "ECE 696",
      "requiredFor": ["ECE"]
    }' http://localhost:3001/COURSE