binary-coffee-dev / dcs-blog

Our own blog for the community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Coffee API

branch master develop
build Build Status Build Status
coverage codecov codecov

This the API application of the website binary-coffee.dev. This API is based in strapi.

Setup project

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

Start project

Via docker

docker-compose up -d

Via command line

npm start

Run tests

npm test

Environment variables

  • 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, OPTIONAL
  • DATABASE_PASSWORD: database password, OPTIONAL
  • CAPTCHA_SECRET: secret use for generate the captcha
  • API_URL: API url
  • SITE_URL: website url

Contributing

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 GitHub Sponsors
Paypal paypal
Patreon patreon
Bitcoin Donate with Bitcoin
Etherium Donate with Ethereum
Invite us to a coffee

Thank you for the help!!!

License

The license of this application can be found here LICENSE.md

About

Our own blog for the community

License:GNU General Public License v3.0


Languages

Language:JavaScript 91.9%Language:HTML 7.4%Language:Shell 0.6%Language:Dockerfile 0.1%