Files
internship_node/day19
2022-02-06 22:32:46 -05:00
..
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:32:46 -05:00

day 18

Instructions

  • setup project
  • clone to your github
  • create table schedule(times booked off by clients), availability (hours user is available)
  • Make the api /api/v1/schedule that save the appointment to the database table schedule
  • Make api /api/v1/booked that return available times excluding schedule. Use this api to show the times in calendar