AllergEase is a full-stack mobile responsive React Redux application that helps you spot allergens with ease.
Food allergy awareness has greatly increased recently. However, grocery shopping is still complicated due to unexpected food pseudonyms and additives. Allergease provides ease of mind for people with restricted diets and the people who shop for them.
Instead of laboring over long ingredient lists, trust Allergease to keep your loved ones healthy.
It makes shopping easier by supplementing a shopper’s perusal of product ingredients with a database that provides immediate certainty.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The frontend can be found at:
- Fork and clone this repository
npm install
createdb allergease_dev
npm run knex migrate:latest
npm run knex seed:run
This project has been deployed on Heroku at:
- postgreSQL - An object-relational database management system
- Axios - Promise based HTTP client for the browser and node.js
- Express.js - A Node.js web application framework that provides a robust set of features for web and mobile applications
- Knex.js - SQL query builder for Postgress
- Jest - A Javascript testing framework
- Supertest - A library for testing node.js HTTP servers using a fluent API
- Travis CI - A continuous integration service used to build and test projects
Please send the developer a message for details on the code of conduct, and the process for submitting pull requests.
Wendy Parsons - wsparsons
This project is licensed under the MIT License - see the LICENSE.md file for details