Simple forum-like web app made with Django (backend development) to post different entries on a single list-like html (made as a final project for a course). Entries can be created, removed, updated or deleted (CRUD). It features different funcionalities:
- Registering and login of different users, including social login with github accounts.
- Bookmarking functionality, this enables users to save their prefered entries (marked with a star)
- Search bar used for searching through the different entries.
- Entries are differentiated by the user who posted them.
- Entries have a variety of data associated with them, like a description, a price (number), tags (text for better searching), and a low weight image. This simple web app could serve as a crude basis for more complex projects like a developed forum, or even an e-commerce app. A deployed version of the present code is hosted at https://aguxcourse.pythonanywhere.com/ads/ for testing purposes ; you can test the site with username: test password: testpassword.
- Python 3
- Django framework
- Bash console
