auto-cms
Auto turn any webpage into editable CMS without coding.
![npm Package Version](https://img.shields.io/npm/v/auto-cms-server)
Features
Enhancement
Usage
Usage with installation to lock the version:
npm i -D auto-cms-server
npx auto-cms-server
Usage without installation:
npx -y auto-cms-server
API
The api endpoint of contact form is POST /contact
expecting Content-Type
be application/x-www-form-urlencoded
with below optional fields in request body: name
, email
, tel
, company_name
, business_nature
, remark
.
If you want to store additional information, you may store them as JSON in the remark
field.
License
This project is licensed with BSD-2-Clause
This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others