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

Latest commit

 

History

History
31 lines (19 loc) · 467 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 467 Bytes

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