branch | master |
develop |
---|---|---|
build | ||
coverage |
This the API application of the website binary-coffee.dev. This API is based in strapi.
Before start the project, make sure that mongodb is properly working in the 27017 port, or you can use the database configuration of this project in this repository: blog-database
Via docker
docker-compose up -d
Via command line
npm start
npm test
DATABASE_NAME
: database name, default:blog-dev
DATABASE_HOST
: database host, default:127.0.0.1
DATABASE_PORT
: database port, default:27018
DATABASE_USERNAME
: database username, OPTIONALDATABASE_PASSWORD
: database password, OPTIONALCAPTCHA_SECRET
: secret use for generate the captchaAPI_URL
: API urlSITE_URL
: website url
Any contribution is welcome, but please first read the CONTRIBUTING guide: CONTRIBUTING.md
You can also support the community donating money for our infrastructure and other related expenses:
Donation method | Badge |
---|---|
Github sponsor | |
Paypal | |
Patreon | |
Bitcoin | |
Etherium | |
Invite us to a coffee |
Thank you for the help!!!
The license of this application can be found here LICENSE.md