feathers-apollo
Feathers and Apollo Server Sample Project
File Explorer
Download Latest Version (.zip)- default.json
- production.json
- explanation-blog.markdown
- mutations.graphql
- queries.graphql
- favicon.ico
- index.html
- index.js
- index.js
- logger.js
- not-found-handler.js
- index.js
- index.js
- comment-model.js
- index.js
- index.js
- index.js
- resolvers.js
- schema.js
- index.js
- index.js
- post-model.js
- index.js
- index.js
- user-model.js
- index.js
- index.js
- index.js
- app.js
- index.js
- index.test.js
- index.test.js
- index.test.js
- index.test.js
- index.test.js
- app.test.js
- .editorconfig
- .gitignore
- .jshintrc
- .npmignore
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/swarthout/feathers-apollo
Downloads the entire project code from GitHub to your computer.
cd feathers-apollo
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd path/to/feathers-apollo; npm install
Moves into the project folder you just downloaded.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
