Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ooade/ApolloSimpleStarter

:star2: Bare Minimum implementation of Apollo Server & Client with MERN
https://github.com/ooade/ApolloSimpleStarter

apollo apollo-client apollo-server boilerplate

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


Apollo Simple Starter



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


Barebone Implementation of Apollo Server & Client.



pullrequest
firsttimersonly


## Contents
- [Built With?](#built-with)
- [Development Workflow](#development-workflow)
- [Deployment](#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