Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`.