A web app exclusively for college students to buy/sell items.Provides a simple, easy to use platform for students to find items/services of interest.
- Python >= 3
- Django >= 2.0.2
- Django widget tweaks
It is suggested that you create a virtual environment to install the dependencies.
Once you have downloaded the repo, you could also install these requirements using the following command:
pip3 install -r resources/requirements.txt
Note: Execute the above command from the root of the repo.
To get the project up and running follow the steps below:
Navigate to the application.
$ cd $PROJECT_ROOT/Django
Start the server
$ python3 manage.py runserver
Open a browser and go to the following address: http://127.0.0.1:8000
- Upload/Delete an item
- Flag/Un-flag an item
- Search for items
- Edit your profile
The project is available under the MIT license. See the license file for more informations.