Skip to content

Social Media App with Authentication to demonstrate use of MERN stack

Notifications You must be signed in to change notification settings

tylermeekel/mern-social-media-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Social Media App

Technologies Used

  • React for frontend
  • TailwindCSS for frontend styling
  • Axios to fetch data through the backend
  • MongoDB and MongoDB Atlas for database
  • Express.js/Node.js for backend routing

Features

Front End

  • Header (currently has unimplemented link to add new Post)
  • Home Page (loads all Posts from DB)
  • Login Form
  • Create New Posts
  • Delete Posts
  • Ability to view individual post in greater detail

Back End

  • Route to get all posts as a JSON object
  • Route to get individual post as a JSON object from id
  • Route to create individual post
  • Route to update individual post
  • Route to delete individual post
  • Authentication (using bcrypt and JSON web tokens)

About

Social Media App with Authentication to demonstrate use of MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published