Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arifinoid/mern-graphql-todo
Simple todo app built with MERN stack and GraphQL.
https://github.com/arifinoid/mern-graphql-todo
apollo graphql javascript mern
Last synced: 24 days ago
JSON representation
Simple todo app built with MERN stack and GraphQL.
- Host: GitHub
- URL: https://github.com/arifinoid/mern-graphql-todo
- Owner: arifinoid
- Created: 2019-06-24T19:22:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:00:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T17:46:20.430Z (almost 2 years ago)
- Topics: apollo, graphql, javascript, mern
- Language: JavaScript
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple Todo App
running on Apollo Client, Server, and MongoDB.
## Setup
```bash
# Clone the repo
git clone [email protected]:arifinoid/mern-graphql-todo.git && cd mern-graphql-todo# Install the deps
yarn# Launch the app
yarn start
```> Note: The client will run on port `3000` and server on `4000`.