An online marketplace themed web application built using Django and Python
To use this web application you must have python and django installed on your machine. Enter the puddle director and type in 'python manage.py runserver' to activate the application.
- The app allows a user to create an account
- A top-right menu bar allows for a user to access the different functionality of the web application
- You can list items for sale, adding a category, name, item description, selling price, and an image of the item.
- Users can view a dashboard that displays a view of their item(s) currently listed for sale
- Users can send a receive messages from different users regarding their current items for sale
- The app allows for browsing of items for sale by category and by naming convention.