Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 873 Bytes

File metadata and controls

31 lines (19 loc) · 873 Bytes

Full-Stack Blog Website

Full Stack Blog App with MERN, TypeScript, Redux Toolkit, Tailwind, React Query and lots of other technologies. authenticated users can create posts with Tiptap, users can also update their profile, including their profile pics, or update posts/post cover pictures and lot more.

Features

  • Authentication
  • Image Upload
  • Posts with Tiptap
  • CRUD

Installation

Follow these steps to install and set up the project:

  1. Install project dependencies by running the following command:

npm install

  1. Create a new file named .env in the root directory of the project.

  2. Add the following configuration variables to the .env file:

  • PORT=<PORT>
  • MONGO_URI=<YOUR_MONGO_URI>
  • JWT_SECRET=<YOUR_JWT_SECRET>
  • NODE_ENV=<NODE_ENV>

License

You are free to use, modify, and distribute this software for any purpose.