An ultimate platform where users can share their articles and read others .
- Implemented CRUD operations to blogs.
- Personalized Experience : login/signup developed from scratch much similar to authentication and authorization.
Frontent Use - EJS Templates ,CSS3
Backend - NodeJs , ExpressJs
Database - MySQL
1.Pre-requisites
- Node.Js and MySQL installed on your system.
2.Clone the repository
git clone https://github.com/dhan04shree/BlogApp.git3.Navigate to the project directory
cd BlogApp4.Install required packages
npm install5.Initialize the database
Open schema.txt file and follow the instructions
6.Start the server
node index.js7.Open your browser and make the request
localhost:8080/HOMEPAGE :
First, users need to register themselves. that data stores in "user" table of database
LOGIN:
(Authorization)
Post data store in "posts" table of database









