REST API to find and manage shops that accept Nimiq
- Nimiq is a frictionless payment protocol for the web.
- Hapi.dev Hapi API framework.
- Happi Swagger OpenAI documentation.
- copy server/env.template to server/.env and update the variables
- npm run build:api && docker compose up api postgres unleash
- connect to postgres and create the unleash DB for local development:
CREATE DATABASE unleash;
- Connect to swagger documentation: http://localhost:3000/documentation#/
- Edit feature flags http://localhost:4242/features
- copy server/env.template to server/.env and update the variables
- Use node > v14.17.3
- Install dependencies via:
npm install
- Start server via:
npm start
If you'd like to contribute to the development of the nimiq-shop-dir-api please contact the author
This project is under the MIT License.