ApolloSimpleStarter icon indicating copy to clipboard operation
ApolloSimpleStarter copied to clipboard

:star2: Bare Minimum implementation of Apollo Server & Client with MERN

Apollo Simple Starter

travis-ci codeclimate-gpa-badge codeclimate-issues-badge

Barebone Implementation of Apollo Server & Client.

pullrequest firsttimersonly

Contents

  • Built With?
  • Development Workflow
  • Deployment

Built With?

  • MERN
  • Apollo Server (GraphQL Server Express)
  • Apollo Client (React-Apollo)

Development Workflow

  • Run npm run dev on your CLI.
  • Open http://localhost:8080
  • Add or Remove Todo

Deployment

Very easy to deploy with now, by running the command now -e MONGO_URI=mongodb://INSERT_MONGO_URI_HERE. On heroku, run git push heroku master. Don't forget to add MONGO_DB to your heroku server.

License

MIT