This application allows users to create a collection of things they would like to receive as a gift. Users can add each other as friends and view friends' wishlists.
home page | login | profile |
---|---|---|
Django, Bootstrap
git clone https://github.com/ProtKsen/wish_lists.git
pip install poetry
poetry config virtualenvs.in-project true
poetry init
poetry install
Use .env.default
to create .env
make runserver