Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 898 Bytes

readme.md

File metadata and controls

39 lines (31 loc) · 898 Bytes

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