This is a web application developed using Django.
These instructions will get you a copy of the project up and running on your local machine for development.
What things you need to install the software and how to install them:
- Python
- Django
- Postgres Server
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
git clone https://github.com/yashsuhagiya/pys-ecommerce.git
- Navigate to the project directory
cd pys-ecommerce
- Install the requirements
pip install -r requirements.txt
- Make migrations
python manage.py makemigrations
python manage.py migrate
- Run the server
python manage.py runserver
Now, the server is running at http://localhost:8000
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.
- Yash Suhagiya - Initial work - GitHub Profile
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc