Skip to content

Turistforeningen/Hytteadmin

Repository files navigation

Hytteadmin

Publication tool for cabins on UT.no and Nasjonal Turbase.

Requirements

API

Method Path Description
GET /api/v1/cabin List cabins
POST /api/v1/cabin Create new cabin
GET /api/v1/cabin/:id Get existing cabin
POST /api/v1/cabin/:id Update existing cabin
POST /api/v1/photo Create new photo
GET /api/v1/photo/:id Get existing photo
POST /api/v1/photo/:id Update existing photo

Development

Environment (.env)

NTB_API_ENV=dev
NTB_API_KEY=<your api key here>

Test

$ docker-compose run --rm server npm test
$ docker-compose run --rm server npm run watch

Start

$ docker-compose up

About

Publication and administration tool for cabins on UT.no and Nasjonal Turbase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published