https://github.com/holbiwan/house-of-bliss-eshop
House of Bliss is an e-commerce and community platform dedicated to mental well-being and holistic living. It offers essential oil packs, coaching contacts with professionals . My site uses Python3, Django Rest Framework, React.js, PayPal API and SQLite database.
https://github.com/holbiwan/house-of-bliss-eshop
aromatherapy django-rest-framework ecommerce holistic js json nodejs paypal portfolio python3 sqlite-database stripe
Last synced: about 1 month ago
JSON representation
House of Bliss is an e-commerce and community platform dedicated to mental well-being and holistic living. It offers essential oil packs, coaching contacts with professionals . My site uses Python3, Django Rest Framework, React.js, PayPal API and SQLite database.
- Host: GitHub
- URL: https://github.com/holbiwan/house-of-bliss-eshop
- Owner: Holbiwan
- Created: 2024-03-05T21:44:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:54:09.000Z (about 1 year ago)
- Last Synced: 2025-02-05T08:35:56.292Z (3 months ago)
- Topics: aromatherapy, django-rest-framework, ecommerce, holistic, js, json, nodejs, paypal, portfolio, python3, sqlite-database, stripe
- Language: JavaScript
- Homepage: https://holbiwan.github.io/Holbiwan-HOB.github.io/
- Size: 29.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
House Of Bliss
Unleash the Bliss Within
:star: Welcome to House Of Bliss :star:
### Link to my landing page : https://holbiwan.github.io/Holbiwan-HOB.github.io/
Here is your serene destination for high-quality aromatherapy products
and holistic wellness. this e-commerce platform is specially designed to provide an immersive
and soothing experience, empowering you to unleash the bliss within.# đ Content
1. đ¨ Installation - Setting Up
2. đ ī¸ Configuration
3. đŊ Database
4. đ Payments and Security
5. đ Tools Usage
6. đ Running the Application
7. ÂŠī¸ License
## đ¨1. Installation - Setting UpBefore diving into the blissful experience of House of Bliss, ensure you meet the following requirements:
- Node.js 12.x or higher
- Python 3.8 or higher
- Pip for Python dependencies**Setting Up:**
Clone this repository to your local machine to set up the platform:
```
git clone https://github.com/Holbiwan/House-of-Bliss_eShop.git
cd House-Of-Bliss_eShop
``````
npm install
pip install -r requirements.txt
```This section is dedicated to initial setup procedures.
## đ ī¸ 2. Configuration
Configure your application by editing the `.env` file to include your specific environment variables and secrets.
## đŊ 3. Database
The e-commerce platform utilizes SQLite for efficient data management. Ensure your database is configured by editing the `config/database.json` file with the appropriate credentials.
## đ 4. Payments and Security
For secure transactions, we integrate with PayPal. Set up the payment gateway by configuring the PayPal button to ensure a smooth checkout process for your customers.
## đ 5. Tools Usage
This section provides an overview of the tools for using the House Of Bliss e-commerce platform.
## đ 6. Running the Application
```Start the development server with:
npm start
``````For the Django backend:
python3 manage.py runserver
```
Adding Products:To add products to your e-commerce site, navigate to the admin panel at `/admin` and use the intuitive interface to manage your inventory.
## ÂŠī¸ 7. License
This project is licensed under the MIT License
**Author:** Sabrina Papeau - [Github](https://github.com/Holbiwan)