/gifthub

GiftHub: Get ML based suggestions for what gift to consider for your loved and special ones!

Primary LanguageJavaScript

GiftHub

GiftHub is a web app that allows you to get suggestions of what to buy for your loved ones. So no more worrying about what to buy! Just enter the details, and get the suggestion along with the links of what to buy!

Installation:

For Frontend:

  1. Install node js from https://nodejs.org/en/download/
  2. Install yarn by writing npm install --global yarn in cmd
  3. Clone this repo and run the command yarn install to download all the modules
  4. Create a firebase app on https://console.firebase.google.com and paste your config in src\firebase.js (See firebase.js.example)
  5. Run yarn start.

For Backend:

  1. cd api cd to api folder
  2. run the command pip install -r requirements.txt to install all the requirements
  3. Click the run button or python api.py to run the file and start the backend server.