All Projects → metosin → compojure-api-examples

metosin / compojure-api-examples

Licence: other
Compojure API example

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to compojure-api-examples

nuxt-realworld
🛠 Built a Example App of RealWorld with Nuxt & Composition API ⚗️
Stars: ✭ 127 (+309.68%)
Mutual labels:  example-project
java-basic-skeleton
☕🚀 Java Bootstrap: Skeleton for your new projects
Stars: ✭ 37 (+19.35%)
Mutual labels:  example-project
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+74.19%)
Mutual labels:  example-project
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (+35.48%)
Mutual labels:  example-project
PocketSphinxUnityDemo
A sample Unity project showing how to use PocketSphinx.
Stars: ✭ 32 (+3.23%)
Mutual labels:  example-project
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (+38.71%)
Mutual labels:  example-project
angular-ssr
Angular 14 Example SSR (Server side rendering)
Stars: ✭ 92 (+196.77%)
Mutual labels:  example-project
jenkins-shared-library-example
Example for a Jenkins shared library with unit tests
Stars: ✭ 35 (+12.9%)
Mutual labels:  example-project
nuxt-ecommerce
🛍 Ecommerce Store with Nuxt
Stars: ✭ 82 (+164.52%)
Mutual labels:  example-project
open-source
A safe, welcoming space for developers to learn good practice for collaboration and try their hand at making contributions to OSS. Maintained by the Virtual Coffee Slack group.
Stars: ✭ 20 (-35.48%)
Mutual labels:  example-project
SplashScreenExample
How to implement a Splash Screen in ReactNative
Stars: ✭ 14 (-54.84%)
Mutual labels:  example-project
scala-basic-skeleton
Starting point if you want to bootstrap a project in Scala
Stars: ✭ 16 (-48.39%)
Mutual labels:  example-project
plug systemd example
Example Elixir application that integrates with systemd features
Stars: ✭ 15 (-51.61%)
Mutual labels:  example-project
uefi-app-x64
Example Rust project for building UEFI applications
Stars: ✭ 20 (-35.48%)
Mutual labels:  example-project
Credit
An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.
Stars: ✭ 18 (-41.94%)
Mutual labels:  example-project
symfony-angular-todomvc
An implementation of TodoMVC using AngularJS and Symfony REST Edition
Stars: ✭ 94 (+203.23%)
Mutual labels:  example-project
angular-pwa
Angular 13 Example Progressive Web App (PWA)
Stars: ✭ 45 (+45.16%)
Mutual labels:  example-project
angular-routing
Angular 13 Example Routing
Stars: ✭ 21 (-32.26%)
Mutual labels:  example-project
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (+32.26%)
Mutual labels:  example-project
SeatLayout
A seat selection library for Android with an example for selecting seats for flights, sports venue, theatres, etc
Stars: ✭ 30 (-3.23%)
Mutual labels:  example-project

Compojure-api-examples

Example project for using Compojure-api.

Usage

Running

lein ring server

Packaging and running as standalone jar

lein do clean, ring uberjar
java -jar target/examples.jar

Packaging as war

lein ring uberwar

License

Copyright © 2014-2015 Metosin Oy

Distributed under the Eclipse Public License, the same as Clojure.

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].