idrayv / watch-word

:fire: Parse subtitles, learn new english words before watching the movie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎥 WatchWord

⚡ Angular project: ./angular
☁️ .Net core project: ./aspnet-core

.Net Setup

  1. Setup database connection string (MySql) in ./aspnet-core/src/WatchWord.Migrator/appsettings.json
  2. Build & Run WatchWord.Migrator in order to migrate database
  3. Build & Run WatchWord.Web.Host in order to run local API server

Angular Setup

  1. cd ./angular
  2. npm install (Restore packages)
  3. npm run hmr (Run with hot module reload)

Deploy

  1. cd ./angular
  2. npm run deploy
  3. Publish ./aspnet-core/src/WatchWord.Web.Host/ to Azure

About

:fire: Parse subtitles, learn new english words before watching the movie


Languages

Language:C# 37.0%Language:TypeScript 31.2%Language:CSS 24.9%Language:HTML 6.6%Language:JavaScript 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%Language:Batchfile 0.0%