https://github.com/javitocor/ecommerce-site-django
eCommerce website built with Django. Logged and non-logged users can add items to the cart, fill up the shipment form and get ready to receive their shopping list.
https://github.com/javitocor/ecommerce-site-django
bootstrap django ecommerce-website
Last synced: 3 months ago
JSON representation
eCommerce website built with Django. Logged and non-logged users can add items to the cart, fill up the shipment form and get ready to receive their shopping list.
- Host: GitHub
- URL: https://github.com/javitocor/ecommerce-site-django
- Owner: javitocor
- License: mit
- Created: 2021-09-09T11:35:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T12:05:59.000Z (almost 5 years ago)
- Last Synced: 2025-07-01T04:06:20.914Z (about 1 year ago)
- Topics: bootstrap, django, ecommerce-website
- Language: Python
- Homepage:
- Size: 557 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# eCommerce Website - Django
> eCommerce website built with Django. Logged and non-logged users can add items to the cart, fill up the shipment form and get ready to receive their shopping list.
Landing page:

Cart page:

Payment page:

Additional description about the project and its features.
## Built With
- HTML
- CSS
- BOOTSTRAP
- DJANGO
- GITHUB ACTIONS
- VSCODE
## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/eCommerce-Site-Django/archive/main.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/eCommerce-Site-Django.git
```
- Clone with HTTPS
```
https://github.com/javitocor/eCommerce-Site-Django.git
```
## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/eCommerce-Site-Django/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- Django Docs
- [Dennis Ivy](https://twitter.com/dennisivy11)
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/eCommerce-Site-Django.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/eCommerce-Site-Django/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/eCommerce-Site-Django.svg?style=flat-square
[forks-url]: https://github.com/javitocor/eCommerce-Site-Django/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/eCommerce-Site-Django.svg?style=flat-square
[stars-url]: https://github.com/javitocor/eCommerce-Site-Django/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/eCommerce-Site-Django.svg?style=flat-square
[issues-url]: https://github.com/javitocor/eCommerce-Site-Django/issuesover: