This is a super simple Todo list application using Express and GraphQL (and maybe others as needs arise).
- Clone the repo:
git clone https://github.com/fterdal/graph-todo
- Install the Packages:
cd graph-todo
yarn # This project uses yarn. `npm i` should also work.
- Start the server:
yarn start
- As a logged-in user, I should be able to
- create new todoLists
- add todoTasks to existing todoLists
- mark todoTasks as complete/uncompleted
- 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