Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.04 KB

OpenHotel Auth

Static Badge GitHub branch check runs GitHub Release Static Badge


  • OHAP: OpenHotel Auth Protocol

Basic example with OHAP /auth-example

How to run the project

Dependencies

  • Install deno >= 1.44
  • Install node >= 20
  • Install yarn

Start project

  • Run deno task install to install dependencies.
  • Copy the app/server/.env.example file and rename it to .env. Then, configure it with your environment variables.
  • Run deno task start to start the server.
  • Set version to development in the app/server/config.yml file.