Skip to content

A Full-stack blog application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The frontend is styled using Tailwind CSS with the Flowbite theme.

Notifications You must be signed in to change notification settings

Nithin1729S/Inkwell-Insights-A-Blogging-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inkwell Insights : A Full Stack Blogging Website

Overview

This is a full-stack blog application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The frontend is styled using Tailwind CSS with the Flowbite theme.

Built with

React JSTailwindCSSExpressJSMongoDBJSON WebtokensReduxFirebaseNodemon

  • Frontend: ReactJS, TailwindCSS, Flowbite
  • Server/Hosting:
  • ODM: Mongoose
  • Backend: ExpressJS, MongoDB, Firebase
  • Misc: React Redux Toolkit, JSON Web Tokens, React Quill, Moment, Nodemon, Cookie Parser, BcryptJS, Dotenv

Live

The Web Application is hosted on Render

Live Website

Demo

output.mp4

Watch the Demo Video on YouTube

Screenshots

Screenshot from 2024-06-15 03-02-19

Screenshot from 2024-06-15 03-02-27

Screenshot from 2024-06-15 03-02-36

Screenshot from 2024-06-15 03-33-09

Screenshot from 2024-06-15 03-03-00

Screenshot from 2024-06-15 03-31-09

Screenshot from 2024-06-15 03-31-21

Screenshot from 2024-06-15 03-31-24

Screenshot from 2024-06-15 03-31-50

Screenshot from 2024-06-15 03-31-53

Screenshot from 2024-06-15 03-31-55

Screenshot from 2024-06-15 03-32-09

Screenshot from 2024-06-15 03-32-16

Screenshot from 2024-06-15 03-32-18

Screenshot from 2024-06-15 03-32-30

Screenshot from 2024-06-15 03-32-34

Screenshot from 2024-06-15 03-32-41

Screenshot from 2024-06-15 03-32-55

Features

  • User Authentication using GoogleAuth
  • Light & Dark modes
  • Admin Management & Dashboard
  • Integration with Redux Toolkit, React Quill
  • Different views for admins and users
  • Search & Sort Functionality
  • Responsive
  • Comments, Likes, Edit integrated

Prerequisites

  • Node.js and npm installed.
  • MongoDB installed and running locally
  • Firebase Configured

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Nithin1729S/Inkwell-Insights-A-Blogging-Website.git
  2. Change .env files:

    Update the details in the .env files located in the main directory and the client directory.

    In the main directory .env file, set the following variables:

    MONGO='<YOUR MONGODB ADDRESS >'
    JWT_SECRET='<YOUR JWT TOKEN SECRET>'
    

    In the client directory .env file, set the following variable:

    VITE_FIREBASE_API_KEY="<YOUR FIREBASE KEY>"
    
  3. Install dependencies:

    First, navigate to the <repository_name> folder and install dependencies:

    npm install

    Then, navigate to the api folder and install its dependencies:

    cd ../api
    npm install
  4. Run the development servers:

    In one terminal window, run the client development server:

    cd ../client
    npm run dev

    In another terminal window, run the API development server:

    cd ../api
    npm run dev

Now, you should have both the client and API servers up and running.Follow the link shown in client side terminal to view the website

About

A Full-stack blog application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The frontend is styled using Tailwind CSS with the Flowbite theme.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages