Skip to content

yashsuhagiya/pys-ecommerce

Repository files navigation

E-commerce website for cloths

This is a web application developed using Django.

Screenshot

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

What things you need to install the software and how to install them:

  • Python
  • Django
  • Postgres Server

Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository
git clone https://github.com/yashsuhagiya/pys-ecommerce.git
  1. Navigate to the project directory
cd pys-ecommerce
  1. Install the requirements
pip install -r requirements.txt
  1. Make migrations
python manage.py makemigrations
python manage.py migrate
  1. Run the server
python manage.py runserver

Now, the server is running at http://localhost:8000.

Built With

  • Django - The web framework used
  • Python - Programming Language

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc