Code Monkey home page Code Monkey logo

blogish's Introduction

Blogish

It's a blog-like toy project where you can create an account, get a new blog, write a post, and browse others' blogs. The main goal for me was to get familiar with React, Spring and how to compose and connect all the microservices including FE, API server and DB.


Demo

You can watch full GIF demos on our GitHub Wiki.

Blogish demo sneak peek


How to run?

Prerequisites


Using Docker Compose

$ git clone https://github.com/bb-in-hoodie/blogish.git
$ cd blogish
$ docker-compose up

# now you can access Blogish on your browser through http://localhost:3000

Microservices

  • blogish-client
    • front-end service (React)
    • build the front-end project with npm
    • serve the static files with NGINX
  • blogish-server
    • web API service (Spring)
    • build and serve the back-end project with JDK
  • blogish-mysql
    • DB service (mysql)

Why don't you publish it on AWS or something?

Blogish has User CRUD features while its security is not guaranteed. That's why I don't serve it remotely and offers you a docker-compose file to make you run it locally.


Features

  • User
  • Blog
  • Post
  • Category

Used skills

Front-end

  • React
  • Typescript
  • Reactstrap
  • NGINX

Back-end

  • Spring (boot) w/ Java
  • MySQL

Containerization

  • Docker (Compose)

blogish's People

Contributors

bb-in-hoodie avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

blogish's Issues

Blogish Demo GIFs

It is a storage for GIFs which will be used in Blogish Demo Wiki.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.