caveman icon indicating copy to clipboard operation
caveman copied to clipboard

Tutorial

Open vityok opened this issue 10 years ago • 7 comments

Hi

I think it would be very nice to have a tutorial based on some simple reference application (kind of a JavaEE Pet Store) that would demonstrate main Caveman functionality (database access, templating, configuration).

vityok avatar Sep 23 '13 16:09 vityok

I second that emotion ;-) It sounds like a cool framework and if there was a simple demo to check out, that would make it easier to get started with Caveman.

joetri avatar Mar 12 '14 03:03 joetri

@joetri The current scaffold provides a working example. Unfortunately, there are no tutorials besides the README and @fukamachi blogposts.

You might want to take a look at the following examples:

  • https://github.com/hiyosi/caveman-city-api-sample
  • https://github.com/bigos/young-waters-7470
  • https://github.com/kidd/readerly

arpunk avatar Aug 17 '14 22:08 arpunk

Wow, I didn't aware such many people was using Caveman. I'm happy to see those.

However, unfortunately, those applications are using Caveman1. An example app using Caveman2 is still needed, I guess...

(FYI, Caveman2 is going to be BETA this month.)

fukamachi avatar Aug 18 '14 00:08 fukamachi

I just remembered the server-part of Quickdocs (quickdocs-server.asd) is using Caveman2. https://github.com/fukamachi/quickdocs

fukamachi avatar Aug 18 '14 00:08 fukamachi

@joetri Found another one here: https://github.com/satoshi-kubota/study

arpunk avatar Aug 18 '14 03:08 arpunk

Please inform here if there was a tutorial about caveman2.

I Hope someone will write a demo about it as Vityok said.

  • Request: state of web development, https://github.com/LispCookbook/cl-cookbook/issues/105
  • how to set cookies, https://github.com/fukamachi/caveman/issues/91

azzamsa avatar Nov 14 '17 21:11 azzamsa

I have two simple web application written in caveman2, and I will write any obstacle I meet when using caveman to help others.

  • amiserious - Simple seriousness checker using Naive Bayes algorithm.
  • dokterkucing - Simple application to detect cat's disease

There is Caveman2 tag in Stackoverflow made by Rainer Joswig, starting with my first Caveman2 question there.

azzamsa avatar Dec 07 '17 05:12 azzamsa