Skip to content

Latest commit

 

History

History
93 lines (70 loc) · 1.98 KB

README.md

File metadata and controls

93 lines (70 loc) · 1.98 KB

Furniture store - web store

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.

Table of Contents

Technologies Used

  • Python 3.10
  • Django 4.2.2
  • SQLite
  • Bootstrap 5.3.0
  • JavaScript

Features

  • Registration with email verification
  • Password reset with email
  • Login
  • CRUD for Customers

Screenshots

Example screenshot Example screenshot

Setup

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 Status

Project is: on hold

Acknowledgements

Contact

Created by Richard9306 - feel free to contact me!