Giter Site home page Giter Site logo

rydnr / tmm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yannij/tmm

0.0 3.0 0.0 149 KB

TMM (Teapot, Mustache, Mongo) is a simple to use Web/CRUD framework built on Pharo Smalltalk

License: MIT License

Smalltalk 86.33% CSS 0.74% HTML 12.93%

tmm's Introduction

#TMM TMM (Teapot, Mustache, Mongo) is a simple to use Web/CRUD framework built on Pharo Smalltalk.

The main elements of the framework are:

  • Teapot - a micro web framework]
  • Mustache - a popular templating engine
  • Mongo - a key/value store (a.k.a. noSQL database)
  • Voyage - a small persistence framework for "mapping" to an object database
  • Magritte3 - a meta data framework
  • Zinc SSO - a single-sign-on framework

Some useful links:

Installing

The current version of TMM has been tested in Pharo4.0

Pharo

To install in Pharo:

CodeImporter evaluateString:
  'https://raw.githubusercontent.com/yannij/TMM/master/ConfigurationOfTMM.st' asUrl retrieveContents.
((Smalltalk at: #ConfigurationOfTMM) project version: #'stable') load.

Configure

Find the config-sample.json file in the git filetree. Copy the file to the image directory, and name it "config.json". Edit the value of "staticFilePath" - point it at the "files" directory in the git filetree.

Run

After MongoDB is running, set up the demo repository using:

TMMFlowerStore setUpMongo.

Start the web server using:

TMMFlowerStore runLocal.

From a web browser, go to:

http://localhost:1701.

TO DO

https://github.com/yannij/TMM/wiki

tmm's People

Contributors

rydnr avatar yannij avatar

Watchers

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