Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raizan17/groceryanalyzer
- Owner: Raizan17
- Created: 2023-11-22T04:04:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:05:38.000Z (11 months ago)
- Last Synced: 2024-10-10T15:22:35.280Z (about 1 month ago)
- Topics: backend, express, frontend, fullstack-development, htmlcssjs, mysql-database, nodejs, react, reactrouterdom, sass-framework, scss-framework, userlogin, userregistration
- Language: JavaScript
- Homepage:
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.