aliaksandr-s / prototyping-with-clojure

A series of tutorials on creating a full-stack app with Clojure and Clojurescript
189 stars 17 forks source link

From an Idea to a working Prototype using Clojure and Clojurescript.

Introduction

This series of tutorials is supposed to show you how to turn your ideas into working prototypes and create a fullstack application using Clojure and Clojurescript. We will go through all the steps: wireframing, back-end and front-end development, testing and deployment. These tutorials assume that you have some prior programming experience and have some familiarity with Clojure or any other LISP-like language. If something like that expression (+ 1 1) looks intimidating to you I'd suggest starting from a great book for beginners Clojure for the Brave and True.

Table of contents

Chapter-1: The app idea

Chapter-2: Choosing the stack

Chapter-3: Environment set up

Chapter-4: Data modeling

Chapter-5: Registration and authentication

Chapter-6: Working on UI

Chapter-7: Going Live