This'd be the API for the Wildcards app & website.
- Install & Open Docker
- Run
docker build https://github.com/kliptonize/wildcards-api.git#master -t wildcards-api
- Run
docker-compose build && docker-compose up wildcards-api
- Import mongofiles with
mongorestore --host=address-of-mongo-container-here:27017 --db=wildcards --dir=path/to/mongodump
- ...?
- Profit
- Kickstart Mongodb (or install if you don't have it) (probably with
mongodb
) - Import mongofiles with
mongorestore --host=localhost:27017 --db=wildcards --dir=path/to/mongodump
- Kickstart node with
npm index.js
- Tada.
- Kickstart this thing, and go to
graphiql
, that'll help ;)
-> Github Issue tracker!