/parking-reservation

A parking system API for reserving and managing parking.

Primary LanguageJavaScript

Parking Reservation

A parking system API for reserving and managing parking.

Run Locally

Clone the project

  git clone https://github.com/Singatha/parking-reservation.git

Go to the project directory if you want to work on the bff

  cd parking-reservation/parking-reservation-bff
  docker build -t .

Go to the project directory if you want to work on the parking reservation service

  cd parking-reservation/parking-reservation-bff
  docker-compose up --build

To compose down run

  docker-compose down --rmi all

Authors

Roadmap

  • Adding endpoints
  • Error handling
  • Authentication
  • Caching
  • Security