Auction/README.md

22 lines
769 B
Markdown
Raw Normal View History

2020-10-30 06:29:42 -07:00
# Auction
2020-10-30 08:23:59 -07:00
2021-02-19 21:19:52 -08:00
Check it out here:
2021-01-24 21:41:45 -08:00
[auctions-system.herokuapp.com](https://auctions-system.herokuapp.com/)
2020-10-30 08:24:30 -07:00
![auction](readme_image.JPG)
2020-10-30 09:55:03 -07:00
![GitHub language count](https://img.shields.io/github/languages/count/Priyatham-sai-chand/Auction?style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Priyatham-sai-chand/Auction?style=for-the-badge)
2021-01-14 05:55:25 -08:00
![GitHub](https://img.shields.io/github/license/Priyatham-sai-chand/Auction?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/Priyatham-sai-chand/Auction?style=for-the-badge)
2020-10-30 09:55:03 -07:00
2021-01-24 21:41:45 -08:00
2020-10-30 06:29:42 -07:00
It's a Django web application to create a auctioning system for the Harvard CS50's Web Programming with python and javascript.
2020-10-30 09:55:03 -07:00
## To run
```python manage.py runserver```
2021-01-24 21:41:45 -08:00