Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 296 Bytes

Booking-API

On this project Users can be Booked by Agents so they are available to perform specific tasks.

Running the endpoint backend

  • npm install
  • npm run mig
  • npm run dev

Running the backend test

  • npm run test

Author