Skip to content

LuckyKoala/KoalaBlog.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Blog written by JavaScript.

This is the repository for frontend of KoalaBlog, check backend in Koala-backend

Download KoalaBlog.js and its dependency

git clone git@github.com:LuckyKoala/KoalaBlog.js.git
npm install

Usage

Run KoalaBlog

chmod a+x koalablog.js
./koalablog.js -p 3000 #Run at port 3000.

Features

  • Control pane for creating, editing and deleting posts.
  • View all posts or detail of specified post.
  • RESTful API.
  • Simple CLI for setting port number and enabling debug mode.
  • Token is required for operation that will change database.

About

JavaScript实现的博客

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published