Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 604 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 604 Bytes

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