Skip to content

ProgrammingYatra/Blogging-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Blogging-Site

Blog website using MySQL, Express, React and Node.js

clone it

git clone https://github.com/ProgrammingYatra/Blogging-Site

Make it your own

rm -rf .git && git init && npm init

Install dependencies

npm install

Create mysql database and copy sql to database from sql/users.sql

Copy .env.example to .env and update with local parameters

cp .env.example .env

Start production server:

npm start

About

Blog website using MySQL, Express, React and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors