Skip to content

simonbreiter/bucket

Repository files navigation

bucket

pipeline status coverage report

Bucket is an API for your content. It lets you store your data in "buckets" and query them with GraphQL.

Development

Run npm install and create a .env file with at least this content:

Name Values Default
ENV dev or prod dev
MONGODB_HOST bucket-mongodb bucket-mongodb
API_PORT 3000 3000
JWT_SECRET secret secret

after that you can start the development environment with:

npm run docker:dev:up

Usage

To run bucket in production with docker run:

npm run docker:prod:up

About

a simple API-First CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published