KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dcs-blog
★ 9
Open GitHub ↗
Our own blog for the community
Download README (.md)
Explore Similar Repositories
easyDemo
:
收集整理并实现各种功能,持续更新
yolov3-face
:
Face detection using keras-yolov3
compgen
:
No description available.
apply-modifiers-w-shape-keys
:
Repository to update the add-on ApplyModifierForObjectWithShapeKeys to Blender 2.8x.
svelte-typescript-storybook-template
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dcs-blog
?
Download (.md)
# Binary Coffee API |branch|`master`|`develop`| |---|---|---| |build||| |coverage|[](https://codecov.io/gh/binary-coffee-dev/dcs-blog)|[](https://codecov.io/gh/binary-coffee-dev/dcs-blog)| This the API application of the website [binary-coffee.dev](https://binary-coffee.dev). This API is based in [strapi](https://strapi.io). ## 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](https://github.com/dcs-community/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](./CONTRIBUTING.md) You can also support the community donating money for our infrastructure and other related expenses: |Donation method|Badge| |-------------|----| |Github sponsor|[](https://github.com/sponsors/binary-coffee-dev/sponsorships?preview=false&frequency=recurring&amount=5)| |Paypal|[](https://www.paypal.com/donate?hosted_button_id=66HG7ANLYHYZ4)| |Patreon|[](https://www.patreon.com/join/7569568/checkout?ru=undefined)| |Bitcoin|[](https://en.cryptobadges.io/donate/bc1q3vszxqvms8snh72qdp8a20v79n4c838zw0n9jg)| |Etherium|[](https://en.cryptobadges.io/donate/0x2f2EB4006Bb9b5fd20369691103B97fA13980a58)| |Invite us to a coffee|[](https://www.buymeacoffee.com/binarycoffee)| Thank you for the help!!! ## License The license of this application can be found here [LICENSE.md](./LICENSE.md)