Swapr Expedition Services

Provides a set of APIs for Swapr.eth dapp.

Deploy

Dockerize the app by running

npm run dockerize

or

sh ./docker/build.sh

Create .env file

MONGO_URI=mongodb://swapr:swapr@localhost

Now run the image swapr-expeditions-services

docker run -d \
-p 3000:3000 \
--env-file ./.env \
swapr-expeditions-services

Docs

http:{baseUrl}/documentation