Coder Social home page Coder Social logo

storeify's Introduction

Welcome to Storeify ๐Ÿ‘‹

Storeify is an online ecommerce website built with Python/Django and Bootstrap. An ecommece with Registration, Login with Token Based Verification & Message Alerts. Reset Password with Secure Validation Links. Cart Checkout, automatically assign the Cart Items to Logged-in User.

Status

In Development ๐Ÿšง

Demo

Soon

Screenshots

Soon

Requirements

  • Python 3+
  • Pip

Running this project localy

To get this project up and running clone this repository and you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env or python3 -m venv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Activate Virtual Enviroment Windows:

.\venv\scripts\activate

Then install the project dependencies with

pip install -r requirements.txt

Migrate the Database:

python manage.py migrate

Create SuperUser:

python manage.py createsuperuser

Now you can run the project with this command

python manage.py runserver

Author

๐Ÿ‘ค Ibrahim Ramadhan

Inspiration

This project is based on the goal of improving my skills as a Self-taught enthusiast and the best way to improve is by building projects. I wanted to gain a deeper understanding of Django and Object-oriented programming in Python. I have learnt different technologies for the project and I keep on learning new skills as I add new features to the project.

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a โญ๏ธ if this project helped you!


This README was generated with โค๏ธ by readme-md-generator

storeify's People

Contributors

blaqcoffee avatar dependabot[bot] avatar ibby360 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.