Coder Social home page Coder Social logo

orjwan98 / bside Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qwefgh90/bside

0.0 1.0 0.0 28.62 MB

Github Content Management System

Home Page: https://bside.app

License: Apache License 2.0

Java 3.89% JavaScript 0.11% TypeScript 93.29% CSS 0.46% HTML 2.24%

bside's Introduction

Build Status

BSide - A tool to help editing in everywhere

BSide is Github CMS to make your editing more easier and faster in any device. The devleoper can manage contents of the repository directly on the modern browser without cloning the project and making commits. It also provides embedded tools and views to help the software developer to manage the blog hosted on Github Page.

Key features

BSide try to provide new features which other services doesn't provide.

Lightweight Web IDE

As if you use the desktop IDE, You can directly create, rename, edit, remove contents after selecting the left tree explorer or the tab.

  • Tree explorer
  • Tab
  • Editor
  • File upload
  • Drag and Drop
  • Keeping works on browser storage
  • Information view for building the page
  • Markdown preview
  • Diff view for changes
  • Stage view before commit

Mobile support

Software developers can use it when they think of the idea or want to manage the blog. It supports Chrome, Firefox, Safari, Edge beta.

Development

NodeJS 10+, JDK 11+ and Maven 3+ are requried.

Angular (/web)

A Web application is based on Angular 8+. So you should consider Angular CLI as the first tool when creating some files.

Running in localhost

There are predefined scripts to make it easy to develop this project.

npm install
npm run start

Testing

All unit tests should be passed. There is no other test than unit test until now.

npm run test

Server API (/api)

Creating A OAuth App for local authenticating

It is important to get your own Client ID and Client Secret by creating new oauth application in Github. And then ensure that spring boot find Client ID and Client Secret by adding them to application-oauth.properties or make them environment variables. Otherwise, ouath authenticating will fail. application-oauth.properties is being ignored so it is not contained in a next commit.

github.client_id=your_temporary_client_id
github.client_secret=your_temporary_client_secret

Running in localhost

You can run a main class on IntelliJ.

Testing

All unit tests should be passed. There is no other test than unit test until now.

mvn test

Contributing

We are waiting for your issues and pull requests.

bside's People

Contributors

qwefgh90 avatar

Watchers

James Cloos avatar

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.