This is the onemda feedback application. This has been developed by the team-onemda at RHOK Melbourne Winter hackathon.
- React
- Node
- GraphQL
- Mongo
- Mongoose
- Docker *
https://rhokmelbourne.slack.com/messages/CE15DUG9G
Node must be installed:
https://nodejs.org/en/download/package-manager/
Mongo must be installed:
https://docs.mongodb.com/manual/installation/
Yarn must be installed:
https://yarnpkg.com/en/docs/install
Or you can use docker:
https://docs.docker.com/install/
Run all commands from the client
directory.
yarn
yarn start
Run all commands from the server
directory.
yarn
yarn start
OR
yarn run server
Run all commands from the root directory. To start up the client, server and MongoDB:
docker-compose up
To rebuild the image, run:
docker-compose build
Note that this simply runs npm run seed
inside the server
container as it relies on some dependencies in the server application.
./seed-db.sh