Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

A bare minimal graphql server based on Express

Notifications You must be signed in to change notification settings

Alpha-Archives/graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server 🎇

A bare minimal Node.js/Express CRUD backend using GraphQL and JSON-Server

Technologies

🚀Quick start

# install deps
yarn install

# Run json-server port 3000
yarn run json:server

# run server port 4000
yarn run dev:server

Visit Graphiql IDE

Go to http://localhost:4000/graphql

License

MIT