alidevhere / Medicom

Medicom is E-Comerece app for medicines. It is built using python/Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medicom


NOTE: It was my first project in python/django. It was developed as semester project so, don't expect everthing to be working.

Installation:

Installation is pretty straight forward, all dependencies are already included in repository. In only 3 steps you can run and test the project:

1- Download Code:

Clone or download repository

git clone https://github.com/alidevhere/Medicom

2- Activate Virtual Environment:

cd Medicom
source ./venv/Scripts/activate

3- Run Server:

Run server

python medicom/manage.py runserver

OR

python3 medicom/manage.py runserver

Server is running on port http://127.0.0.1:8000/

Admin Panel Login:

Admin Panel Credentials are:

UserName: admin

Password: admin

Screenshots:

home Page

home Page

Add to Cart

Add to Cart

Checkout

CheckOut

Admin Login

Admin Panel

Admin Panel

Admin Panel

Admin Panel - Products

Admin Panel

Admin Panel - Stocks of products

Admin Panel

About

Medicom is E-Comerece app for medicines. It is built using python/Django.

License:MIT License


Languages

Language:Python 97.4%Language:HTML 1.2%Language:JavaScript 0.8%Language:CSS 0.6%Language:PowerShell 0.0%Language:Batchfile 0.0%