Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.2 KB

MERN Post App

Description

This project is a MERN stack application that demonstrates the core features of a social media platform, allowing users to sign up, create posts,view post and manage their own posts (edit and delete).While the frontend provides basic functionality for user interaction, the primary focus has been on developing a secure and scalable backend infrastructure.

image image

Usage

  • Clone it or download it

  • Install packages for both directory frontend & backend

    # with npm
    $ npm install
    
    # or with yarn
    $ yarn
  • Create .env files and fill it by reference to .env.example files
  • Start project for both directory

frontend

    $ yarn dev

backend

    $ yarn start

Built With