The project is created as part of training and expanding knowledge about Django and web development in general. This is the final project summarizing my participation in the course.
- Python 3.10
- Django 4.2.2
- SQLite
- Bootstrap 5.3.0
- JavaScript
- Registration with email verification
- Password reset with email
- Login
- CRUD for Customers
Clone repository:
git clone https://github.com/Richard9306/Furniture_store_
Navigate to Furniture_store_ folder by command:
cd Furniture_store_
Install libraries:
pip install -r requirements.txt
Create admin account to access admin site:
# linux/mac
# to apply db changes
./manage.py migrate
./manage.py createsuperuser
# windows
# to apply db changes
python manage.py migrate
python manage.py createsuperuser
Run project:
# linux/mac
# to apply db changes
./manage.py migrate
# to start project
./manage.py runserver
# windows
# to apply db changes
python manage.py migrate
# to start project
python manage.py runserver
Project is: on hold
- This project was inspired among others by meble.pl
- Cookies bar was borrowed from skrypt-cookies.pl
- This README was inspired by @flynerdpl
- This README was based on README-cheatsheet
Created by Richard9306 - feel free to contact me!