Giter VIP home page Giter VIP logo

Result image Build Status

Description

Scalest is a set of helpful features for Akka. The main one of them is the admin panel which is an aggregator of all other features. In future there will be healthchecks, more CMS-like features, swagger, cors stuff and much more. The main thing Scalest makes easier is fast creation of any type of application. For example the admin panel can be very helpful for developing chatbots, as a tool for the support team or for the developers themselves.

To start using Scalest add this to build.sbt:

resolvers += Resolver.sonatypeRepo("snapshots")
lazy val scalestV: String = "0.0.2-SNAPSHOT"
libraryDependencies ++= {
  Seq(
    "io.github.0lejk4" %% "scalest-core" % scalestV, // core,
    "io.github.0lejk4" %% "scalest-admin" % scalestV, // generic admin panel
    "io.github.0lejk4" %% "scalest-admin-slick" % scalestV, // slick concrete admin panel
  )
}

Admin panel preview

You only need to provide CRUD repository, provide entity scheme to ModelAdmin(or it will be generated automatically) and mount adminExtension route in your Akka application, for example like this:

val routes = AdminExtension(ModelAdmin(crudRepository)).route

You can find full example in here if you run it you will see such admin panel: Models list

Contribution

You can easily create Backend implementation for your language. For more details contact me.

Modules

  • Core - general features that are helpful for creating applications with Scalest
  • Admin - admin panel module that creates UI for your entities
  • Admin-Slick - slick backend for Admin module
  • Examples - example applications using Scalest
  • Admin-Vue - Frontend implementation of Scalest Admin Panel

Scalest's Projects

scalest icon scalest

Scalest is Productivity-oriented Scala Web framework

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.