/TechPosts

Primary LanguageJavaScript

TechPosts

Installation

# Clone this repository
https://github.com/vikassharma1999/TechPosts.git

# Install dependencies for backend
npm install

# Go into client directory
cd client/

# Install dependencies 
npm install

# To start the Application go to root directory
cd..
sudo npm run dev

Features

  • Register and login functionality with valid email id.

  • Home page to view all the post based on time of posting.

  • Users can comment on any of the post.

  • Users can create a new post and publish the same.

Technology Stack

  • Node.js
  • React
  • MongoDB
  • Express
  • Redux