Skip to content

fterdal/graph-todo

Repository files navigation

GraphTODO

This is a super simple Todo list application using Express and GraphQL (and maybe others as needs arise).

Getting Started

  1. Clone the repo:
git clone https://github.com/fterdal/graph-todo
  1. Install the Packages:
cd graph-todo
yarn # This project uses yarn. `npm i` should also work.
  1. Start the server:
yarn start

TODO

  1. As a logged-in user, I should be able to
    • create new todoLists
    • add todoTasks to existing todoLists
    • mark todoTasks as complete/uncompleted
  2. As the developer of this application, I should be able to run the tests
    • rewrite the tests with the new functionality in mind
    • move the tests from that tests folder to each individual file

About

really simple todo-list app using graphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published