Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragouf/ollert
Trello like application in C# ASP.NET MVC
https://github.com/dragouf/ollert
Last synced: about 2 months ago
JSON representation
Trello like application in C# ASP.NET MVC
- Host: GitHub
- URL: https://github.com/dragouf/ollert
- Owner: dragouf
- Created: 2015-01-26T04:32:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T06:32:53.000Z (over 9 years ago)
- Last Synced: 2023-03-22T13:48:17.867Z (almost 2 years ago)
- Language: JavaScript
- Size: 19.9 MB
- Stars: 29
- Watchers: 7
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](/docs/Capture.PNG)**Boards with pinned cards**
![GitHub Logo](/docs/Capture2.PNG)**Card edition**
![GitHub Logo](/docs/Capture3.PNG)