Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollert

Trello like application with :

Backend

  • C# 5.0 (using await/async paradigm)
  • MVC 5 with Web API 2
  • SignalR 2.0
  • Entity Framework 6 (code first and migrations)

FrontEnd

  • TypeScript 1.4
  • SignalR 2.0 (HTML5 websocket)
  • Knockout
  • Chrome Notification

Description

Create rooms and boards and then organize your tasks by pinning cards on appriopriate board.

Everything is replicated instantly on every connected user UI with websocket connections.

Installation

  • In visual studio package manager console restore package files then run :

add-migration Init

update-database

start the project.

Login with david and 123456

Developement

  • ./api folder contains most of the backend API code
  • ./Scripts/pages/Classes folder contains most of the javascript (typescript) frontend code
  • ./Hubs folder contains backend websocket (SignalR) code
  • ./Views folder contains html parts (Razor)
  • ./Controllers contains contains basic response to url request but most of the UI is generate through javascript/REST API

Screenshot

Room view GitHub Logo

Boards with pinned cards GitHub Logo

Card edition GitHub Logo

About

Trello like application in C# ASP.NET MVC

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.