Skip to content

aguxone/agux_crud_basic_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agux's Basic Django CRUD APP

Description

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.

agux_nlpr_gif

Technologies used

  • Python 3
  • Django framework
  • Bash console

About

Simple forum-like web app made with Django with CRUD functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published