MyTinyBlog

Description

This is a MOOC project to create a blog website using Pharo, Seaside, Mongo, and NeoJSON. The application will be exposed using a REST server.

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Aug. 13, 2019
Updated
Jan. 26, 2020

Categories

Web Database Serialization System / OS

README excerpt

# MyTinyBlog
This is a MOOC project to create a blog website using Pharo, Seaside, Mongo, and NeoJSON. The application will be exposed using a REST server.

Load project by running the below in Pharo's playground:

```smalltalk
Metacello new
   baseline: 'MyTinyBlog';
   repository: 'github://keyspooner/MyTinyBlog/src';
   onWarning: [ :ex | ];
   onConflict: [ :ex | ex useIncoming ];
   onUpgrade: [ :ex |  ex useIncoming ];
   onDowngrade: [ :ex |   ex useLoaded ];
   onLock:[ :ex |    ];
   load.
   ```
← Back to results