Project used to integrate a list of technologies and test GraphQL as a substitute for restful services.
- Clone the repo:
git clone git@github.com:sf27/CRUD-With-GraphQL.git
- Build the docker image:
cd CRUD-With-GraphQL/ && docker-compose build
- Install the dependencies:
docker-compose run --rm node npm install
- Starts the containers in the background and leaves them running.:
docker-compose up -d
- Open the following URL:
http://localhost:8080/
Technologies:
React/Redux, Apollo GraphQL Client, Django/Graphene, Docker, Webpack, npm.