Skip to content

dsanch3z/nearsoft-kudos-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nearsoft Kudos Backend

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/).

Running the application

Development

Runs a nodemon server using your .env file.

npm start

Docker

  1. Build the image
docker build --tag nearsoft-kudos-graphql .
  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published