Colx website build using django web framework
Colx is an application for a college Where college Students can buy or resale their items.
Requirements:
1.Django
2.Mysql
How To use:
- Clone the project
- Create database named colx in mysql
- Make migration using command "py manage.py migrate" in your folder where manage.py file exists
- Run the project using command "py manage.py runserver"
- Visit url "127.0.0.1/colx" to see the webpage running It would look similar too (After adding items for sale ):



