Skip to content

This is a Web-Application built using ReactJs, TailwindCSS, NodeJs, ExpressJs, and MySQL. It includes a rich text editor that allows users to create and edit content with formatting options with authentication

Notifications You must be signed in to change notification settings

bhat-abhishek/Blogging-web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Blogging Web Application

This is an application built using ReactJs, NodeJs, ExpressJs, and MySQL. It includes a rich text editor that allows users to create and edit content with formatting options.

Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js

MySQL

Installing

Clone the repository to your local machine

Navigate to the root directory of the project

Install the necessary dependencies using

npm install

Create a .env file in the root directory and add your MySQL connection

DB_HOST=<your database host>
DB_USER=<your database user>
DB_PASSWORD=<your database password>
DB_NAME=<your database name>

Run the frontend using

npm run dev

Run the client using

npm run server 

Built With

MySQL, Express, React, Node.js

Authors

Abhishek Bhat

About

This is a Web-Application built using ReactJs, TailwindCSS, NodeJs, ExpressJs, and MySQL. It includes a rich text editor that allows users to create and edit content with formatting options with authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages