Skip to content

various-project/noddi-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

noddi-rest

Setup

First run

npm install

Then

npm run start

DB format

Food or drink

{
  "id" : "GTIN number",
  "merke" : "Brand",
  "navn" : "Name",
  "allergies" : {
    "gluten" : boolean,
    "skalldyr" : boolean,
    "fisk" : boolean,
    "egg" : boolean,
    "melk" : boolean,
    "peanotter" : boolean,
    "soya" : boolean,
    "notter" : boolean,
    "sesamfrø" : boolean,
    "selleri" : boolean,
    "sennep" : boolean,
    "svoveldioksid" : boolean,
    "sulfitter" : boolean,
    "blotdyr" : boolean,
  },
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors