Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
:star2: Bare Minimum implementation of Apollo Server & Client with MERN
- Host: GitHub
- URL: https://github.com/ooade/ApolloSimpleStarter
- Owner: ooade
- License: mit
- Archived: true
- Created: 2017-05-14T15:43:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T10:10:17.000Z (about 6 years ago)
- Last Synced: 2024-08-02T07:11:26.538Z (6 months ago)
- Topics: apollo, apollo-client, apollo-server, boilerplate
- Language: JavaScript
- Homepage: https://apolloss.now.sh
- Size: 83 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-apollo-graphql - Apollo Simple Starter - Bare Minimum implementation of Apollo Server & Client with MERN. (Uncategorized / Uncategorized)
README
## 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