Skip to content

A website to monitor bugs.The server based on Node.js + Koa2 + Mysql + Redis

Notifications You must be signed in to change notification settings

kerwin-ly/nobug-server

Repository files navigation

nobug

A website to monitor bugs.The web project is here.https://github.com/kerwin-ly/nobug-web

Technical Stacks

Node.js + Koa2 + Mysql + Redis

Install

# install mysql
brew install mysql

# install redis
brew install redis

# install conventional-changelog-cli
npm install -g conventional-changelog-cli

Start

# start redis server(get detail: redis-cli)
redis-server

# start mysql
mysql.server start

# login && input password
mysql -u root -p

# install
npm install

# start node server
npm run server

Release

# generate CHANGELOG.md automaticly
npm run release-log 

About

A website to monitor bugs.The server based on Node.js + Koa2 + Mysql + Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published