free ecommerce application with kotlin and backend with django
- Clone the repository
- create a virtual environment using
virtualenv venv
- Activate the virtual environment by running
source venv/bin/activate
- On Windows use
source venv\Scripts\activate
-
Install the dependencies using
pip install -r requirements.txt
-
Migrate existing db tables by running
python manage.py migrate
-
Run the django development server using
python manage.py runserver
-
Run the django development server using (for ip address)
python manage.py runserver your ip address:8000
-
enter your data in administration