Skip to content

Asko-Dev/Artinii_Django_Webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog app with User Registration

  • User Registration/ Login/ Logout/ Password reset
  • User Profile created on registration
  • User Profile Update (including pictures)
  • User Create and Update/Delete a Blog post
  • User Create a competition submission (Form submit)
  • User Display "My Artinii" tab to see User posts and Competition submissions
  • Blog with posts
    • See all posts from all users
    • Click on a User name to see all their posts
    • Click on a post for detail view (if owner -> Update/Delete)
    • Pagination on the posts embedded
  • Competition Submission
    • List of submitted inquiries
    • Submit a form with a new inquiry
    • One submission per user
    • File submission (Motivational letter)
  • About page, Landing page, Contact details
  • Frontend done with bootstrapping

DEPLOYED TO HEROKU (Using AWS S3 Bucket for storage)

ROOT URL: https://artiniiapp.herokuapp.com/

URL endpoints:

  • /
  • /register/
  • /login/
  • /logout/
  • /password-reset/
  • /profile/
  • /about/
  • /submitted-movies/
  • /amateur_competition/
  • /amateur_competition/pk/
  • /blog/
  • /post/new/
  • /post/int:pk/
  • /post/int:pk/update
  • /post/int:pk/delete
  • /my-artinii/

About

Django blog app with user registration + profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published