This repository has been archived by the owner. It is now read-only.
ByensHotel
Byens Hotel
TODO: Write a description here
Requirements
Setup
Copy .env.sample to .env and update accordingly.
cp .env.sample .env
ByensHotel will run in development mode if HOTEL_ENV is not set.
npm
- Run
npm installto install node modules. - Run
npm run css-buildto build required css styles.
LDAP test server
- Run
docker pull rroemhild/test-openldapto pull the ldap test server image.
Usage
- Run
docker run --rm -p 10389:10389 -p 10636:10636 rroemhild/test-openldapto start the ldap test server. - Run
go run main.goto start the server.
Tests
Run go test ./... to run all specs.
Contributing
- Fork it (https://github.com/Jutlandia/ByensHotel/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Repository
ByensHotel
Owner
Statistic
- 0
- 0
- 5
- 0
- 6
- almost 3 years ago
- October 28, 2021
License
MIT License
Links
Synced at
Mon, 01 Dec 2025 15:46:53 GMT
Languages