maccha.server

simple headless cms for creating web sites

Usage no npm install needed!

<script type="module">
  import macchaServer from 'https://cdn.skypack.dev/maccha.server';
</script>

README

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

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.