Skip to content

Fast form submission as part of the Udacity course for Senior Web Dev Nano Degree

Notifications You must be signed in to change notification settings

olleromo/Udacity-fastform

Repository files navigation

fastform

Nothing to brag about. This is a repo for my work on a Udacity senior web dev nano degree. The work is all about functionality - thus it's ugly as sin.

You can see a running version of this form here

####If you really want to clone and run it:

  • The backend is Clojure / Compojure so make sure you have Leiningen installed.
  • Persistence with SQLite
  • Clone and start with 'lein repl' from the base dir.
  • In the repl:
  • => (in-ns 'fastform.db)
  • => (setup) ;; in order to pre populate the db with a couple of meetups
  • => (in-ns 'fastform.server)
  • => (-main)
  • You should now have a server running. Go to http://localhost:8080 and behold.

About

Fast form submission as part of the Udacity course for Senior Web Dev Nano Degree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published