ashutoshkrris / Buy-Now

This is a simple shopping website built using Django.

Home Page:https://buynw.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source? Yes! License: MIT GitHub stars GitHub forks GitHub pull-requests

Buy Now

A shopping website built using Django having features :

  • User Authentication/Authorization
  • Shopping cart
  • Order Status(Pending/Completed)
  • Admin Panel

The website is deployed on Heroku and static files like CSS, JS and images are served from Amazon AWS S3 Bucket.

Website Link

View the live demo here or http://srty.me/BuyNow .

Open Source

Still, a lot of improvements can be performed including Frontend as well as Backend. Features like Payments are yet to be included. The repository welcomes willing to contribute and improve the site.

Getting Started

  • Fork the repository and clone the forked repository.

  • Change the working directory to the folder where you downloaded the files.

  • Install all the dependencies using the pipenv command :

    pipenv install

  • After successful installation of all packages, run the follwing Django commands :

    py manage.py migrate

    py manage.py runserver

  • Visit 127.0.0.1:8000 in your browser and enjoy the app.

Built using Django 3.1 and Python 3.8.5 by Ashutosh Krishna

Please don't forget to ⭐ the repository if you liked it.

About

This is a simple shopping website built using Django.

https://buynw.herokuapp.com

License:MIT License


Languages

Language:Python 63.2%Language:HTML 36.8%