Skip to content

A grocery app that lets you find which stores near you have the best prices

Notifications You must be signed in to change notification settings

LinguiniThePasta/Spaara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Spaara!

Get started

To get started, activate the Virtual Environment For Windows, this is: ./venv/Scripts/activate

For Linux, IDK what it is :3

Start the backend

The Virtual Environment should contain everything you need to start the project, but if it doesn't, first cd into the backend directory, then run pip install -r requirements.txt

Then, run python manage.py runserver and it should run

Start the frontend

cd into the frontend directory, then follow the instructions there

Include secrets

Create an environment file .env in Spaara/backend/backend

(mac:

cd backend/backend

touch .env

)

Inside the .env file specify the following variables with the following values:

"KROGER_CLIENT_ID": Kroger account client id

"KROGER_CLIENT_SECRET": Kroger account client secret key

"GOOGLE_API_KEY": Google mapping API key with Places and Geocoding API services enabled

Mapping WILL NOT FUNCTION without these keys!

About

A grocery app that lets you find which stores near you have the best prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •