Skip to content

Xilesun/Angular-GraphQL-Express-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular-GraphQL-Express-Demo

Dependencies

Angular Express Mongoose Apollo

Install

Install npm modules.

npm run app-install

copy .env.example to .env, edit database info, etc.

Configure Database

Create a table called users including two fields _id and username

Add some mock data manually

Build & Test

Client

npm run start

Open localhost:4200

Server

cd client && ng build
cd server && npm run start

Open localhost:3000

For more infomation

https://github.com/Xilesun/imqia

About

A GraphQL demo with Angular and Express based on the Angular official tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published