Skip to content

bigya01/jolo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOLO

Jolo is a simple web application that helps service based business to setup an online store within a matter of few clicks! It helps to extend the reach of the business by providing an online platform to showcase their services to which consumers can book appointments.

To run the application:

  1. Create a virtual environment. python -m venv env
  2. Activate virtual environment. source env/bin/activate
  3. Install the requirements using pip install -r requirements.txt
  4. Migrate the scripts to create database using python manage.py migrate
  5. And Run the application using python manage.py runserver Commands may defer for different OS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.0%
  • SCSS 38.9%
  • HTML 14.7%
  • JavaScript 3.4%
  • Python 3.0%