Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/graphql-express-demo
A demo of graphql using express
https://github.com/vicradon/graphql-express-demo
Last synced: 27 days ago
JSON representation
A demo of graphql using express
- Host: GitHub
- URL: https://github.com/vicradon/graphql-express-demo
- Owner: vicradon
- Created: 2019-12-24T22:25:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:10:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T06:36:06.484Z (8 months ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customerbase GraphQL Server
Node.js/Express CRUD backend using GraphQL and JSON-Server
### Version
1.0.0## Usage
-Install Dependencies
```bash
$ npm install
```-Run JSON-Server (Port 3000)
```bash
$ json-server --watch db.json
```-Run Server (Port 4000)
```bash
$ npm run dev:server
```-Visit Graphiql IDE
Go to http://localhost:4000/graphql
- Run index file with parcel
```bash
$ parcel ./public/index.html
```