Skip to content

Quite-nice/convertr-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convertr-core

license version

Description

Back end implementation for Convertr using node and express.js, a GraphQL API is offered using the Apollostack. This does not imply a GraphQL client, you can use any GraphQL client you like.

Running the project

Npm

git clone https://github.com/Quite-nice/convertr-core
cd convertr-core
npm install
npm start

Docker

git clone https://github.com/Quite-nice/convertr-core
cd convertr-core
docker build -t convertr-core . 
docker run -d -p 3000:3000 convertr-core

GraphiQL

After running the project, browse to localhost:3000/graphiql to checkout the server's graphiql endpoint.

About

Back end implementation for Convertr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published