Skip to content

Sample of property booking, using Domain Driven Design, Anti-Corruption Layer, Onion Architecture

Notifications You must be signed in to change notification settings

ihorfito/property-booking

Repository files navigation

HOW TO RUN LOCALLY

add env variables or update configs in config/:

  • HERE_API_KEY
  • DB_USERNAME
  • DB_HOST
  • DB_DATABASE_NAME
  • DB_PASSWORD
  • DB_PORT

run scripts:

  • npm install
  • npm run build
  • npm start

Documentation:

Go to https://editor.swagger.io/ and insert the content of swagger.yml

About

Sample of property booking, using Domain Driven Design, Anti-Corruption Layer, Onion Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published