JingfeiPeng / graphqlproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When initializing server, mlabCredntials.js will be missing since it contains my mlab databse credentials and thus it's not included in this repo.

The recipe will be

interface Recipe { name: String, Chef: Chef, Ingredients: Ingredient[], instructions:Instruction[] }

interface Chef { name:string, recipes: Recipe[] }

interface Ingredient{ name:string, amount:number, unit: string }

interface Instruction{ name: string, time: number // in miniutes }

Users will be able to perform CRUD operations on Recipes

About


Languages

Language:JavaScript 79.1%Language:HTML 20.2%Language:CSS 0.7%