Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 646 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 646 Bytes

pigeon-pecks

Description

A meta fake social media site. Purpose is to learn and apply fullstack knowledge using Laravel(backend) and React(frontend).

TODO

Back End

Minimum requirements:

  • Setup refresh tokens for authentication
  • Figure out how to handle and store 'liked posts' per user
  • Filtering posts by user's preferences (eg. tags, past view posts etc)
  • Forgot password and email verification

Future:

  • Real-time chat integration
  • Possible microservice integration

Front End

Minimum requirements:

  • Navigation
  • Guest/Home page (When user is not logged in)
  • Login and Registration component
  • User's profile