sstur / chirper-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chirper-api

This is a very simple demo GraphQL backend for a workshop. The app we built is called Chirper and can be found here.

Getting Started

Make sure you have Node v14 or newer installed.

git clone https://github.com/sstur/chirper-api.git
cd chirper-api
npm install
npm run seed
npm start

About


Languages

Language:TypeScript 100.0%