All Projects → softwaremill → Bootzooka

softwaremill / Bootzooka

Licence: apache-2.0
Simple project to quickly start developing a Scala-based microservice or web application, without the need to write login, user registration etc.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Bootzooka

csharp-ddd-skeleton
🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 67 (-88.59%)
Mutual labels:  skeleton
Byrecyclerview
🔥 RecyclerView 下拉刷新、加载更多、item点击/长按、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter(RV/LV)等
Stars: ✭ 290 (-50.6%)
Mutual labels:  skeleton
Vim Doge
(Do)cumentation (Ge)nerator 10+ languages 📚 Generate proper code documentation skeletons with a single keypress. ⚡️🔥
Stars: ✭ 533 (-9.2%)
Mutual labels:  skeleton
Skeletonui
☠️ Elegant skeleton loading animation in SwiftUI and Combine
Stars: ✭ 275 (-53.15%)
Mutual labels:  skeleton
Somo
Somo is a iOS Skeleton-style animation library that's simple enough,and in objective-c
Stars: ✭ 299 (-49.06%)
Mutual labels:  skeleton
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (-31.18%)
Mutual labels:  skeleton
aurelia-typescript-webpack-starter
A minimal Aurelia starter kit written in TypeScript and built using webpack.
Stars: ✭ 28 (-95.23%)
Mutual labels:  skeleton
Alphapose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
Stars: ✭ 5,697 (+870.53%)
Mutual labels:  skeleton
Project Stub
deps
Stars: ✭ 300 (-48.89%)
Mutual labels:  skeleton
Skeleton
The Symfony skeleton
Stars: ✭ 523 (-10.9%)
Mutual labels:  skeleton
Zephir
Zephir is a compiled high level language aimed to the creation of C-extensions for PHP.
Stars: ✭ 3,086 (+425.72%)
Mutual labels:  skeleton
Slim Api Skeleton
Slim 3 API skeleton project for Composer
Stars: ✭ 296 (-49.57%)
Mutual labels:  skeleton
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (-30.83%)
Mutual labels:  skeleton
Ngx Skeleton Loader
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
Stars: ✭ 278 (-52.64%)
Mutual labels:  skeleton
Python Flask Microservice
Skeleton of a Microservice built with the Flask
Stars: ✭ 544 (-7.33%)
Mutual labels:  skeleton
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (-84.33%)
Mutual labels:  skeleton
Awesome Skeleton Based Action Recognition
Skeleton-based Action Recognition
Stars: ✭ 360 (-38.67%)
Mutual labels:  skeleton
Laravel Boilerplate
The Laravel Boilerplate Project - https://laravel-boilerplate.com - For Slack access, visit:
Stars: ✭ 5,239 (+792.5%)
Mutual labels:  skeleton
React Skeletor
Skeleton loading for React
Stars: ✭ 551 (-6.13%)
Mutual labels:  skeleton
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (-28.45%)
Mutual labels:  skeleton

Bootzooka

See the docs for more information.

 CI

Quick start

Backend: PostgreSQL & API

In order to run Bootzooka, you'll need a running instance of the PostgreSQL with a bootzooka database. You can spin up one easily using docker:

# use "bootzooka" as a password
docker run --name bootzooka-postgres -p 5432:5432 -e POSTGRES_PASSWORD=bootzooka -e POSTGRES_DB=bootzooka -d postgres

Then, you can start the backend:

export SQL_PASSWORD=bootzooka
./backend-start.sh

Frontend: Yarn & webapp

You will need the yarn package manager to run the UI. Install it using your package manager or:

curl -o- -L https://yarnpkg.com/install.sh | bash

Then, you can start the frontend:

./frontend-start.sh

And open http://localhost:3000.

Commercial Support

We offer commercial support for Bootzooka and related technologies, as well as development services. Contact us to learn more about our offer!

Copyright

Copyright (C) 2013-2020 SoftwareMill https://softwaremill.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].