samyarmodabber / SamBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SamBlog version 2.0

A CMS based on Express React SQL(sequeliz)

This is a SERN stack application make a CMS similar to WordPress.

Quick Start

# Make a database in MYSQL 

# change .env sample to .env acording to your database

 
# Install server dependencies
npm install

# Install client dependencies
cd client
npm install

# Run both Express & React from root
npm run dev

# Build for production
cd client
npm run build

App Info

Author

Samyar Modabber Samyar Modabber

Version

2.0.0

License

This project is licensed under the MIT License

About


Languages

Language:JavaScript 98.0%Language:HTML 1.6%Language:CSS 0.4%