Skip to content

Simple crud App made with nodeJs and GraphQL under docker container

Notifications You must be signed in to change notification settings

medaymenTN/NodeJsGraphQLDockerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJsGraphQLDockerApp

Simple crud App made with nodeJs and GraphQL under docker container

Requirments

you should have docker and docker-compose installed on your machine

installation

  • clone the project from the repo
  • build your project using
$ docker-compose build
  • cd -> project directory and run your project using the following command
$ docker-compose up 

your node js project will run on http://localhost:4000/graphql

  • admin-mongo interface will be displayed on http://localhost:8082/

  • add a random name to your connection and in the field connection string put the following connection string (mongodb://mongo/myappdb)

About

Simple crud App made with nodeJs and GraphQL under docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published