Skip to content

Blog app created using reactjs nodejs express mysql

Notifications You must be signed in to change notification settings

Aravindhraj007/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published