Skip to content

turleo/illbuy

Repository files navigation

I'll buy

Is an open source tool for creating lists.

Backend running with Django. Frontend using React.

Running

Backend

# install the dependencies
pip install -r  requirements.txt
# prepare database
python manage.py makemigrations
python manage.py migrate
# run
python manage.py runserver

Frontend

all frontend code is located in static/ directory

# go to `static/` directory
cd static/
# install the dependencies
npm i
# run
NODE_OPTIONS=--openssl-legacy-provider npm run-script start

Screenshots

login page list of lists shopping list

Future steps