Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 784 Bytes

File metadata and controls

21 lines (17 loc) · 784 Bytes

YAP website

It's a twitter clone make using MERN stack using TypeScript in react app.

Functionality and Features

  • User can like/unlike and comment on a Post.
  • User can upload a tweet or picture.
  • User can delete only his own Posts.
  • User can receive Notification from others about like, follow, comment.
  • User can see only his followers post and as see a suggestion User container.
  • User can edit his own profile.
  • User can see other Users like Posts in there profile.

Setup guide

  1. clone the repo
  2. npm install in root folder
  3. In backend folder , copy .env.example file to .env with your suitable credentails
  4. npm install in backend -> npm run start , starts the backend
  5. npm install in frontend -> npm run dev , starts the frontend
  6. visit localhost:3000