Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

mafgit/Profilia

Repository files navigation

Profilia [Project has been abandoned]

A Simple CRUD Social Media Web App made using the MERN stack

profilia image

Features:

  1. Follow / Unfollow users
  2. Like / Unlike posts
  3. Create / Edit / Delete posts

Tips

  1. Clone the repo, and you require nodejs to follow the following tips.
  2. Run npm run setup in the root of the repo to set up the client and the server.
  3. Create a file called .env in the root and put these values in:
    • MONGODB_URI
    • JWT_SECRET
  4. Run npm run dev in the root of the repo to start the server and the client.