Skip to content

laurent-sf/graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server

A nodejs server using grapqhQl and mongodb.

Run

To run this project you need docker installed on your machine.

  • Run the following command to start the server on your local network:
    docker-compose up --build
  • On your browser, navigate to http://localhost:4000/. You should see the Apollo interface, ready to run some queries to the API!

Feed the DB

If you want to feed the database with some fake restaurants, run the following command:

    cd mongo-seed
    docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published