1.0.6 • Published 3 years ago

maccha.server v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Description

Maccha.js is a simple headless CMS for managements multiple website contents. blog posts, news, media, and more.

Installation

$ yarn install

Config Database

To running on MySQL you need to change authentication protcol

ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.