/blog

A blog with front end, back end and database.

Primary LanguageJavaScriptMIT LicenseMIT

Blog

Demo

UI

Demo

A working live demo https://blog-dinotuku.now.sh

Features

  • Post
  • Reply to posts
  • Show posts and replys timestamp
  • Use database to store posts and replys

Setup

Get the source code

git clone https://github.com/dinotuku/blog.git
cd blog

Download and install all the dependencies (in server/ and client/)

yarn install

Usage

Build the app for production (in client/)

yarn run build

Start the server (in server/)

yarn start

Open a browser and go to

localhost:3001

Built With

  • Express - Web framwork for Node.js
  • Knex.js - A SQL Query Builder for Javascript
  • React - A JavaScript library for building user interfaces
  • Redux - Predictable state container for JavaScript apps
  • Webpack - A module bundler for javascript and more

License

This project is under the MIT license. You are free to do whatever you want with it.