GithubHelp home page GithubHelp logo

memoise's Introduction

memoi.se

memoi.se is a complete web application written in Haskell, designed to be used as a reference by beginners. By looking at the git commit history of this repository, you can see a series of changes, building up from a simple "Hello, world!" app to a fully-functional hyperlink shortener with PostgreSQL database integration, in under 100 lines of Haskell.

Getting Started

Begin by entering the following commands into your terminal window. You'll need to have Haskell installed.

$ git clone git://github.com/ryantrinkle/memoise
$ cd memoise
$ git checkout lesson-1
$ cabal install
$ ./dist/build/memoise/memoise

Now, open a browser and go to http://localhost:8000/.

You should see "Hello, world!" displayed. If you look at src/Main.hs in lesson-1, you can see that this is achieved with just a few simple lines of Haskell.

To shut down the memoi.se server, press Ctrl-C in your terminal window. Once you've taken a look around in Lesson 1, you can move on to Lesson 2 by running

$ git checkout lesson-2
$ cabal install
$ ./dist/build/memoise/memoise

Lessons

Although looking at the checked out code may be helpful, a more informative way to look at this project is by viewing the commit history. Each lesson is a single git commit, designed to add a single piece of functionality, as you might do if you were creating a website from scratch.

You can take a look at the changes made in each lession here:

Note: You need PostgreSQL installed for Lessons 8-11.

memoise's People

Contributors

morkrom avatar

Watchers

James Cloos avatar Julie Moronuki avatar

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.