/turelo-OLD

turelo angularJS front end

Primary LanguageTypeScript

Turelo - Open Source RSS Reader

Combining Angular + Lambda + DynamoDB Project

Code Climate Test Coverage Issue Count

I wanted to try building a basic Angular2 app, generally my most used web app day to day is an RSS reader so I decided to build one

Perviously I have built an RSS Reader with Ruby on Rails but its heavy and ended up costing $50AUD per month for a small system, looking at options moving forward I decided to go for a serveless application architecture.

The RSS Webpp is written with Angular2 and Material Design Language and grabs data from an Amazon API Gateway that pulls data from Lambda and DynamoDB

Some scheduled Lambda Tasks do an update on the Feeds in the database

A seperate repo will be setup providing Cloudformation & Serverless Scripts so other people can deploy/contribute as required

This is very very alpha software and should not be used by anyone during this phase

Steps to Install

'git clone https://github.com/kebabmane/turelo.git

cd turelo'

This app requires a few things to be installed homebrew, awscli, node & yarn

Once the depencencies are met

'yarn install

ng serve'

The app should open in a new window

Cheers Rhys / @kebabman