A webapp that provides price comparison between supermarkets. This project is non-profit and aims to help those suffering from food insecurity.
Frontend:
- React
- Bootstrap
- Material UI
- Firebase Authentication
- React Router
Backend:
- NodeJS
- Express
- MongoDB Atlas
- Mongoose
Scrapers:
- Python
- BeautifulSoup4
- Pymongo
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
-NodeJS
cd frontend
npm install
npm run
open a new terminal by pressing ctr+shift+`
cd backend
npm install
npm install -g nodemon
nodemon server
Distributed under the MIT License. See LICENSE
for more information.