GithubHelp home page GithubHelp logo

blogvista's Introduction

BlogVista - A Blog Application

BlogVista is a powerful blog application that allows users to create, publish, and share their thoughts with the world. With a user-friendly interface BlogVista makes it easy for both novice and experienced writers to express themselves through blogging.

Features

  • User Registration: Users can register themselves to start writing and publishing blogs.
  • Create and Publish Blogs: Users can create new blog posts and publish them for others to read.
  • Commenting: Engage with other users by leaving comments on their blog posts.
  • Responsive Design: Built using React and Tailwind CSS, BlogVista provides a seamless experience across all devices.

Technologies Used

  • Node.js: Backend development
  • MongoDB: Database management
  • React: Frontend development
  • Tailwind CSS: Styling and design

Getting Started

Prerequisites

  • Node.js installed on your machine

  • MongoDB database should be configured

Installation

  1. Clone the SnapURL repository to your local machine:
git clone https://github.com/RohanVolety/BlogVista.git
  1. Install dependencies for both frontend and backend:
# Install backend dependencies
cd backend
npm install

# Install frontend dependencies
cd frontend
npm install
  1. Set up your environment variables: Create a .env file in the root directory of the project and define the following variables:
PORT="5000"
MONGODB_URL=your_mongodb_connection_string
SECERT="YOUR_SECRET"

Usage

  1. Start the backend server
# Navigate to the backend directory
cd backend

# Start the server
nodemon index.js
  1. Start the frontend server
# Navigate to the frontend directory
cd frontend

# Start the server
npm run dev
  1. Access BlogVista at http://localhost:5173.

  2. Register for an account, create blogs, and start publishing your content.

blogvista's People

Contributors

rohanvolety avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.