Skip to content

akashgiricse/online-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online shop

An online shop webapp powered by Django

How to use

1. Clone this repository

git clone https://github.com/akashgiricse/online-shop

2. Inside online-shop directory run the following command to install pipenv

pip3 install pipenv

3. Activate pipenv virtual environment

pipenv shell

4. Install packages

pipenv install

5. Inside outer myshop directory, rename the file .env.example to .env

6. Run database migrations (inside outer myshop directory)

python manage.py migrate

7. Create superuser

python manage.py createsuperuser

8. Run development server

python manage.py runserver

Contribute

Contributors