Food Specification Parser
Setting up database:
- Install postgres
- Create a database 'profcal_foodspec'
- Assign a user to it
- Create a file dbconfig.js in api/database
- Add username and password inside module.exports
- Run node api/database.js
How to run:
- npm install
- npm start
Open browser and go to localhost:3000