guigaoliveira / node-apollo-todolist

A simple to-do list application using Node.js and Apollo Server. https://codesandbox.io/s/github/guigaoliveira/node-apollo-todolist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todolist

About The Project

This project consists of a small to-do list application using Node.js and Apollo Server. View Demo.

Built With

  • Node.js
  • Apollo Server
  • Prettier
  • Eslint
  • Jest

Getting Started

Prerequisites

Installation

git clone https://github.com/guigaoliveira/node-apollo-todolist.git
cd node-apollo-todolist
npm i

Usage

After installation, digit:

npm start

This command up the server. After that, visit GraphQL playground at http://localhost:4000 and start exploring.

Tests

To run tests, use the command:

npm test

Contact

Guilherme Oliveira - @d4mmit - Linkedin

License

Distributed under the MIT License. See LICENSE for more information.

About

A simple to-do list application using Node.js and Apollo Server. https://codesandbox.io/s/github/guigaoliveira/node-apollo-todolist

License:MIT License


Languages

Language:JavaScript 100.0%