AjedidahMwanzia / luxe

This is a Django application that is meant to help indivduals access service providers during their weddings,receptions or bachelorettes without going through the hustle of skimming through social media and scanning various service providers. The website contains vetted service providers from different industries all in an effort to make the big days planning effortless.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luxe

Author

Ajedidah MWanzia

Description

This is a Django application that is meant to help indivduals access service providers during their weddings,receptions or bachelorettes without going through the hustle of skimming through social media and scanning various service providers. The website contains vetted service providers from different industries all in an effort to make the big days planning effortless.

Live Link

Click View Site to visit the site

Screenshots

Home page

  • View different categories such as catering,gownd that interest them
  • Click a single vendor to expand and view the details of their services
  • Search for different categories
  • Copy a link to the photo to share with my friends.
  • View different service providers and their location .

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/AjedidahMwanzia/luxe.git
Navigate into the folder and install requirements
cd luxe pip install -r requirements.txt 
Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate  
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations wedding

Now Migrate

python manage.py migrate 
Run the application
python manage.py runserver 
Running the application
python manage.py server 
Testing the application
python manage.py test 

Open the application on your browser 127.0.0.1:8000.

Technology used

  • Python3.8
  • Django
  • Heroku

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

License

  • MIT License:
  • Copyright (c) 2022 Ajedidah Mwanzia

Go Back to the top

About

This is a Django application that is meant to help indivduals access service providers during their weddings,receptions or bachelorettes without going through the hustle of skimming through social media and scanning various service providers. The website contains vetted service providers from different industries all in an effort to make the big days planning effortless.

License:MIT License


Languages

Language:HTML 49.3%Language:Python 39.7%Language:CSS 11.0%