/mern-graphql-todo

Simple todo app built with MERN stack and GraphQL.

Primary LanguageJavaScript

A simple Todo App

running on Apollo Client, Server, and MongoDB.

Setup

# Clone the repo
git clone git@github.com: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.