Giter Club home page Giter Club logo

koa-blog-system's Introduction

koa-blog-system

This is a blog system which use koa.js, mysql, js, html, css, angular6 to code it.

the system directories

.
├── app // be source code
│   ├── controllers
│   ├── models
│   ├── routes
│   │   ├── api
│   │   ├── page
│   │   └── web
│   └── services
├── bin
├── config  // project config
├── front-end  // fe source code
│   ├── blog-admin // blog admin manager system
│   └── blog-index // blog index
├── logs
├── middleware  // koa middleware
├── public  // fe code build in there.
│   ├── blog-admin
│   ├── blog-index  // use ng6 ssr.
│   │   ├── browser
│   │   └── server
│   ├── error // error page style
│   │   └── css
│   ├── images
│   └── images-bg
├── test
├── uploads
├── utils
└── views  // error page.
    └── error

how to use

before you use, you should copy database.config.example.js,server.config.exmaple.js in config dir.

$ cd confg
$ copy database.config.example.js database.config.js
$ copy server.config.example.js server.config.js

And then, according to your actual situation, you can modify these 2 config file.

  • PS. The config file is relatively simple, so I don't want to explain detail.
$ vim  config.file.

At last, you should do install lib, and run it.

$ npm install
// if your environment is dev, you should use:
$ npm run start:dev
// if your environment is production, you should make sure you had installed pm2.
// if your not installed pm2, you can use this command to installed it.
$ npm install -g pm2
// and then use this command to deploy system.
$ npm run start:prod

how to build

Use blog-admin as example.

$ cd front-end/blog-admin
// dev environment
$ npm run build:dev
// prod environment
$ npm run build:prod

// all command you can see package.json

Online

My blog is use this system, you can visit it.

The last.

If you have any question, you can submit issuse for me.

License

MIT

koa-blog-system's People

Contributors

fishelly avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.