Skip to content

adewolejosh/Kechie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kechie

Kechie is an e-commerce store for shopping items (e.g. Bags, Shoes, Accessories and Jewelries). Kechie is a brand owned by a friend of mine and this is my solution for her need of a web store for her brand. Currently, it is almost complete, just quite a number of touches on the design here and there and to add little other features as requested by my Client(My Friend).

This is currently using Django with HTML, CSS and JavaScript.
A sneak peek can be found here: https://kechies.herokuapp.com.
As Time goes, I'll be updating and pushing changes till satisfaction. I also welcome help from anyone and anywhere, including but not limited to the design, the functionality, implementation and any other way possible

How to Run

# create a virtual environment
> python3 -m venv kechie
# move into virtual environment and activate
> cd kechies && source bin/activate
# clone the repository
> git clone https://github.com/adewolejosh/Kechie.git
# move into Kechie
> cd Kechie
# run necessary migrations
> python3 manage.py makemigrations accounts
> python3 manage.py makemigrations main
# migrate changes
> python3 manage.py migrate
# run the app locally
> python3 manage.py runserver

LICENSE

Currently, no License on this product, but for its nature, please use responsibly.

Author

Joshua Adewole

About

An e-commerce site, for a very close friend; made with love in django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published