Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hnhatr/GYMsServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GYMsServer

Library references:

Google map service: https://github.com/googlemaps/google-maps-services-js

Facebook gaph api service:

Setup Node server: http://www.bogotobogo.com/MEAN-Stack/Building-REST-API-with-Node-Mongodb.php

Run server:

Type in terminal -> cd project path -> nodemon index.js

Setup:

Create project:

$ mkdir GYMsServer
$ cd GYMsServer
$ npm init

Install Express:

$ npm install express --save

Install body-parser:

$ npm install --save body-parser

Install nodemon

$ sudo npm install -g nodemon

Install mongoose, node-restful

$ npm install --save mongoose node-restful

Install google map api service: https://github.com/googlemaps/google-maps-services-js

$ npm install @google/maps --save

Install facebook gaph api

$ npm install fbgraph --save

Install request

$ npm install --save request

Install request promise

$ npm install --save request-promise

Install node fb sdk

$ npm install fb --save

Install async

$ npm install --save async

About

Server nodejs + gcloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published