An open API service indexing awesome lists of open source software.

https://github.com/sharmas1ddharth/commerce

A bidding site project created using HTML, CSS, JavaScript, and Django framework.
https://github.com/sharmas1ddharth/commerce

css css3 django html html5 javascript python3 webapp

Last synced: 3 months ago
JSON representation

A bidding site project created using HTML, CSS, JavaScript, and Django framework.

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Auctions


A bidding web-app project built with Django




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Contributing

  4. License

## About The Project

![Product Name Screen Shot](Images/screenshot.png)

A bidding web-app project where one can bid on the listings, add the listing to the watchlist by creating an account. One can easily login and create his/her own unique watchlist.

(back to top)

### Built With

* [HTML5]()
* [CSS3]()
* [Python3](https://www.python.org/)
* [Django](https://www.djangoproject.com/)

(back to top)

## Getting Started

To run this project locally you need to have Python3 installed in your system.

### Prerequisites
* [Python3](https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe)

* Django
```sh
pip install django
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/sharmas1ddharth/commerce
```
2. Download and install Python3 and check if Python is installed or not by typing the following in terminal.
```
python --version
```
5. Install requirements.txt
```sh
pip install -r requirements.txt
```

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See [`LICENSE`](https://github.com/sharmas1ddharth/commerce/blob/main/LICENSE) for more information.

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/sharmas1ddharth/commerce.svg?style=for-the-badge
[contributors-url]: https://github.com/sharmas1ddharth/commerce/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/sharmas1ddharth/commerce.svg?style=for-the-badge
[forks-url]: https://github.com/sharmas1ddharth/commerce/network/members
[stars-shield]: https://img.shields.io/github/stars/sharmas1ddharth/commerce.svg?style=for-the-badge
[stars-url]: https://github.com/sharmas1ddharth/commercee/stargazers
[issues-shield]: https://img.shields.io/github/issues/sharmas1ddharth/commerce.svg?style=for-the-badge
[issues-url]: https://github.com/sharmas1ddharth/commerce/issues
[license-shield]: https://img.shields.io/github/license/sharmas1ddharth/commerce.svg?style=for-the-badge
[license-url]: https://github.com/sharmas1ddharth/commerce/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/sharmas1ddharth/
[product-screenshot]: https://github.com/sharmas1ddharth/commerce/blob/main/Images/screenshot.png