Skip to content

ashutoshkrris/Buy-Now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •