Aravindhraj007 / blog-app

Blog app created using reactjs nodejs express mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

This repo contains the project about Blog App. The frontend made of Reactjs Framework and the backend is all Nodejs. Database used in this project is mysql.

Features

1. Responsive design
2. Authentication using jwt
3. Interactive user interface
4. Different theme
5. Like feature

Register Page

image

Login Page

image

Home Page

image

Single Page or Like Page

image

Build Using

- Reactjs
- Nodejs
- Express
- Axios
- jwt
- Styled-components
- mysql2
- multer
- bcrypt
- cookies
- react-toastify
- mui
- react-router-dom

Getting Started

  • Prerequisites

  • Clone

    Clone the Project

    $ git clone https://github.com/Aravindhraj007/blog-app.git
    
  • Installation

    Install the dependencies

    • Frontend

      $ cd client
      $ yarn
      
    • Backend

      $ cd server
      $ npm install
      
  • Run

    Run the frontend

    $ yarn dev
    

    Run the backend

    $ npm start
    

About

Blog app created using reactjs nodejs express mysql


Languages

Language:JavaScript 96.9%Language:CSS 2.5%Language:HTML 0.5%