Search API

Search API

  • Summary
  • GitHub
  • Help

›

  • Intro
  • DB Schema

Search API Releases

  • Search API Releases
  • Release #0
  • Release #1
  • Release #2
  • Release #3
  • Release #4

Search API tests

  • Search API tests
  • How To test Search API?

  • Search Form Tests

Database Tables/ Models

  • Database Tables/ Models
  • Ingredients
  • Recipe Names
  • Attribute
  • | Allergy
  • | Course
  • | Cuisine
  • | Diet
  • | Holiday

Simple Queries

  • Simple Queries
  • Ingredients By Name
  • Attributes By Name
  • Recipes By Name
  • Recipe Cases
  • Attributes that will return one or more recipes
  • Recipes + Attributes

Intro

GraphQL

Search API - abstract version, without connecting to database

Check models for current project you can find here:

You should recreate a samlpe logic from from scratch. But spend time and make it adjustable. Keep in mind that main function for this server is to return data only. We didn't add new database items, not deleting them.

It should be not very difficult, huh? Create a separated repo in our code repository, where we'll keep schemas for this project.

This will help us. You should make this schema with help of our other team members. So you'll need to create a plan and separate roles, tasks, so one will create types, other queries, etc. Later you'll merge them and test how it work together.

Keep in mind that we like to change schemes a lot, so you should be aware about this.

You should also create a simple explanation document - readme file that will explain how everything works. This will help you later and will speed up the process of other developers, involved to development process.

Database Screenshots

Links to methods that we have

Links to models from our server code repository = https://github.com/ChickenKyiv/recipe-search-api/tree/master/server/models

Link to code repository https://github.com/ChickenKyiv/recipe-search-api

https://github.com/atherdon/artics/blob/master/Not%20finished/%D1%81%D1%8C%D0%B9%D0%BE%D1%80%D1%87

https://github.com/atherdon/artics/blob/master/Not%20finished/search

https://medium.com/p/5d1ba8f6d679/edit

DB Schema →
Search API
Docs
Initial pageSearch API releasesSearch API testsSimple queries
More
BlogGitHubStar
Copyright © 2018 ChickenKyiv company