An open API service indexing awesome lists of open source software.

https://github.com/tilap/idealist-poc

Multi user idea list webapp with Meteor (poc)
https://github.com/tilap/idealist-poc

Last synced: over 1 year ago
JSON representation

Multi user idea list webapp with Meteor (poc)

Awesome Lists containing this project

README

          

# IdeaList

> This code is a poc (that works, but a poc w/ ugly code)

Idealist is a basic app that let user post idea and vote for them. It's just a usecase app to test [Meteor](https://www.meteor.com/)

## Features

The target of this poc is in [that gist](https://gist.github.com/tilap/a83dc58c17679dd8013a) (in french - sorry)

## Use it

```
curl https://install.meteor.com/ | sh
cd
git clone git@github.com:tilap/idealist-poc.git
cd idealist-poc
meteor
```