Skip to content

Is an exercise app with Graphql + Apollo + NodeJs + Angular

Notifications You must be signed in to change notification settings

andreacampaci/graphql-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-app

Is an exercise app with Graphql + Apollo + NodeJs + Angular

MongoDB

Install:

Install homebrew MacOs package manager https://brew.sh/ or update it $ brew update

Install MongoDb with $ brew install mongodb

Post install:

create folder with $ mkdir -p /data/db

Change folder owner with $ sudo chown andrea /data/db

on project root lanch $ mongod command

Robo 3T:

Install Robo 3T for manage DB with GUI

Mongoose:

Install it on http://mongoosejs.com with npm i mongoose

Cors:

Use for access to different resources local or remote, make restriction ...

npm install cors

About

Is an exercise app with Graphql + Apollo + NodeJs + Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published