https://github.com/alisabzevari/teatr
My movies manager
https://github.com/alisabzevari/teatr
aurelia electron typescript
Last synced: about 2 months ago
JSON representation
My movies manager
- Host: GitHub
- URL: https://github.com/alisabzevari/teatr
- Owner: alisabzevari
- License: mit
- Created: 2015-05-03T12:06:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T11:56:31.000Z (about 10 years ago)
- Last Synced: 2025-04-04T02:41:56.526Z (about 1 year ago)
- Topics: aurelia, electron, typescript
- Language: TypeScript
- Size: 2.05 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teatr
This is an Electron application that manages my movies in my hard disks. It has these features:
1. Reads movie folders and finds movie information from imdb.
2. Helps user to filter and search in their movies.
## Technologies
The application has been written initially with C# Winforms. Actually this project is my laboratory to test new frameworks and technologies. Code of some of these technolgies are in other branches. The main one I am using now are:
* Github Electron
* NodeJS
* Aurelia
* Typescript
You can found code written in these technolgies in v0.1 branch:
* ASP.NET 5 (vNext)
* WinForms
## Running the App
Install NodeJS then install the following packages using npm:
```
npm install -g typescript
npm install -g electron-prebuilt
npm install -g jspm
npm install
cd src
jspm install
tsc
electron .
```