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.
- Create a virtual environment.
python -m venv env - Activate virtual environment.
source env/bin/activate - Install the requirements using
pip install -r requirements.txt - Migrate the scripts to create database using
python manage.py migrate - And Run the application using
python manage.py runserverCommands may defer for different OS.