burhanshakir / Food-Specification-Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Specification Parser

Setting up database:

  1. Install postgres
  2. Create a database 'profcal_foodspec'
  3. Assign a user to it
  4. Create a file dbconfig.js in api/database
  5. Add username and password inside module.exports
  6. Run node api/database.js

How to run:

  1. npm install
  2. npm start

Open browser and go to localhost:3000

About


Languages

Language:JavaScript 56.6%Language:HTML 43.4%