Anywhere. Else.

The goal of this project was to create an application that allows a user to create a profile, view posts of other users, and create posts of their own.

Technologies Used:

  • Python
  • Django
  • PostgreSQL
  • Pillow
  • Skeleton
  • JavaScript

FEATURES

  • Full CRUD
  • Authentication/Authorization
  • Mobilization

USER STORIES Global

Authorized Users can:

  • Create Travel post with photo, title, caption
  • Edit Travel post
  • Delete Travel post
  • View other users posts
  • View other users profile
  • Like posts by other users
  • Own a profile page
  • Image upload with pillow technology

Wireframes

A user can sign up or sign in from the home route.

Screen Shot 2020-10-30 at 5 09 20 PM

After clicking sign up or sign in, the user will be redirected to a form to enter their information.

Screen Shot 2020-10-30 at 5 10 23 PM

User can view an index of cities with posts by other users in a specific city - chronological order. User can like each post. Like count will show on post.

Screen Shot 2020-10-30 at 5 11 05 PM

User can create a new post with title and caption

Screen Shot 2020-10-30 at 5 11 44 PM