Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raizan17/groceryanalyzer

A full stack application made using React Node.js and MySQL to help users analyze price of grocery items between different superstores
https://github.com/raizan17/groceryanalyzer

backend express frontend fullstack-development htmlcssjs mysql-database nodejs react reactrouterdom sass-framework scss-framework userlogin userregistration

Last synced: 16 days ago
JSON representation

A full stack application made using React Node.js and MySQL to help users analyze price of grocery items between different superstores

Awesome Lists containing this project

README

        

# GroceryAnalyzer
A full stack application made using React Node.js and MySQL to help users analyze price of grocery items between different superstores

# How to Run Application
1) Download Code File
2) Install yarn (By entering 'yarn' in command prompt)
3) change directory into 'api' folder
4) enter 'yarn start' to start the back end server
5) open another terminal
6) change directory to 'client' folder
7) enter 'yarn start' to start the front end server
8) Application is now ready to be used

**DISCLAIMER**
Application requires a local host server in mySQL to work. Distinct tables such as items,users,loation,cart,superstore must be present with accurate constraints
and designated attribute names in order for the application to function properly. Details about the SQL Database can be found in our Project Final Report.