Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 1.25 KB

READme.md

File metadata and controls

90 lines (61 loc) · 1.25 KB

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