This project was built to crate kudos here @nearsoft for the people who make the difference in their work.
It is a node server that points to a GraphCMS endpoint to store the data and to Cloudinary to store the images. Other datasources such as MongoDB can be used as well but they need the resolvers implemented (see src/datasources/
).
Runs a nodemon server using your .env file.
npm start
- Build the image
docker build --tag nearsoft-kudos-graphql .
- Run a container using the image
docker run --name nearsoft-kudos-graphql -p 4000:4000 nearsoft-kudos-graphql
Or if you have run the image before
docker run -p 4000:4000 nearsoft-kudos-graphql