/sargol

version one ended for Art products and print on all product shop (my uncle project)

Primary LanguageJavaScript

Contributors Forks Stargazers Issues MIT License LinkedIn


site for my uncle bye name sargol


Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

my friest project for uncle

(back to top)

Built With

  • HTML5
  • CSS3
  • javascript
  • python
  • Bootstrap
  • django

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • python3
  • pip
  • pillow
  • virtualenv

Installation

git clone https://github.com/moeinparvizi/sargol && cd sargol
virtualenv -p python3 build  # Create virtualenv named build
source build/bin/activate
pip install -r requirements.txt # Install Prerequisites
python manage.py migrate  # Create database tables
  1. Run sargol using python manage.py runserver
  2. Go to http://localhost:8000 to see your sargol version.

Run On Windows

cd sargol
virtualenv -p "PATH\TO\Python.exe" build # Give Full Path To python.exe
build\Scripts\activate # Activate The Virutal Environment
pip install -r requirements.txt
python manage.py migrate # Create Database Tables
  1. Run sargol using python manage.py runserver
  2. Go to http://localhost:8000 to see your Bestoon version.

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Programmed under the control of Moein Parvizi. See LICENSE.txt for more information.

(back to top)

Contact

moeinparvizi - linkedin - giventulip@gmail.com

Project Link: https://github.com/your_username/repo_name

(back to top)

(back to top)