Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 438 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 438 Bytes

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