Skip to content

A Python-Django Based Salon appointment backend service that provides endpoints to be used by salon based applications

Notifications You must be signed in to change notification settings

Lilywd/Beautify-Her-Django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautify-Her-Django

A salon booking appointment django based project that allows users showcase their services and allow other users reach out to them for their services.

Features

  • Registration and logging in users.
  • Services upload by service providers.
  • Booking of appointments by customers.
  • Products page( viewing, updating, creating and deleting)
  • Allow adding of products to cart.

Usage

To run the project:

  1. Clone the repository
       $ git clone https://github.com/yourusername/mastori.git
  2. Create a virtual environment. If you already have an existing virtual environment you can skip the creation step. Navigate to where the virtual environment is and activate the environment.
       $ python -m venv name_of_environment
       $ name_of_environment\Scripts\activate
  3. Install requirements.
       $ pip install -r requirements.txt
  4. Apply migration.
       $ python manage.py migrate
  5. Run the application by starting the server
       $ python manage.py runserver

About

A Python-Django Based Salon appointment backend service that provides endpoints to be used by salon based applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%