kiana-alamy / Online-shop-project

0 stars 0 forks source link

About this Project:

Hi, This is an online shopping system project with Python & Django Framework & REST API

This project is the result of a month and a half of round-the-clock efforts With the end of this project, I am happy that I learned new things and had good experiences I hope to be able to complete it in the future If you think this project might be useful for you, I will be happy if you use it and let me know if you need any changes.

How to reach me: kiana.alamy.2003@gmail.com

My address: Iran , Mashhad , Ladan street

Technologies Used:

Running this project:

To get this project up and running 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

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

  source env/bin/active

Then install the project dependencies with

  pip install -r requirements.txt

Now you can run the project with this command

  python manage.py runserver

Note if you want payments or email or sms to work you will need to enter your own Stripe API keys into the .env file in the settings files.

Features:

We welcome contributions from the community to improve the project. If you would like to contribute, please follow these steps:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request describing the changes you've made.

Photos related to the site:

Screenshot (8) Screenshot (9)