All Projects → dittos → animeta

dittos / animeta

Licence: other
Manage your anime watch history.

Programming Languages

typescript
32286 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to animeta

Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (-32.14%)
Mutual labels:  anime
EnterpriseALRobot
An anime themed telegram group management bot
Stars: ✭ 134 (+139.29%)
Mutual labels:  anime
anilist-chinese
Translate anime titles on anilist.co to Chinese
Stars: ✭ 21 (-62.5%)
Mutual labels:  anime
sakura-dmhy
Sakura - 一个简单的工具
Stars: ✭ 29 (-48.21%)
Mutual labels:  anime
zanime
Android app to watch anime vod online for free
Stars: ✭ 52 (-7.14%)
Mutual labels:  anime
Pix2Pix-Keras
基于pix2pix模型的动漫图片自动上色(keras实现) 2019-2-25
Stars: ✭ 95 (+69.64%)
Mutual labels:  anime
ani-ss
Anime4K using Web Assembly
Stars: ✭ 22 (-60.71%)
Mutual labels:  anime
encode-scripts
Scripts of our encodes
Stars: ✭ 69 (+23.21%)
Mutual labels:  anime
animec
A module to get data about anime characters, news, info, lyrics and more.
Stars: ✭ 31 (-44.64%)
Mutual labels:  anime
TD-Anime4K
Implementation of Anime4K in TouchDesigner.
Stars: ✭ 32 (-42.86%)
Mutual labels:  anime
gogoanime
Gogoanime is a custom API that provides data from the 10.gogoanime.io website. You will have access to the entire catalog whether movies, series, current episodes, etc., with English subtitles.
Stars: ✭ 64 (+14.29%)
Mutual labels:  anime
chrollo
A node.js based CLI to enjoy your favourite anime.
Stars: ✭ 38 (-32.14%)
Mutual labels:  anime
MoeFlow
Repository for anime characters recognition website, powered by TensorFlow
Stars: ✭ 113 (+101.79%)
Mutual labels:  anime
animeflix
A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required
Stars: ✭ 326 (+482.14%)
Mutual labels:  anime
browser-extension
Official LISTEN.moe browser extension
Stars: ✭ 23 (-58.93%)
Mutual labels:  anime
amusementclub2.0
Source code for Amusement Club Discord bot using Eris library
Stars: ✭ 16 (-71.43%)
Mutual labels:  anime
KGrabber
Userscript for extracting links from kissanime.ru and similar sites.
Stars: ✭ 29 (-48.21%)
Mutual labels:  anime
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-62.5%)
Mutual labels:  anime
twist-dl
Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.
Stars: ✭ 28 (-50%)
Mutual labels:  anime
anime-relations
Episode redirections for Taiga
Stars: ✭ 69 (+23.21%)
Mutual labels:  anime

애니메타

https://animeta.net/

크게 백엔드 API 서버 (Node.js)와 프론트엔드 서버 (Node.js, Express) 및 프론트엔드 (React)로 구성되어 있습니다.

백엔드 서버

backend-ts 디렉토리에서 작업합니다.

DB 초기화

PostgreSQL DB에 schema.sql을 반영합니다.

설정

.env.sample, ormconfig.json.sample을 가지고 .env, ormconfig.json를 작성합니다.

개발 서버 실행

npm run start:dev

프론트엔드 / 프론트엔드 서버

web 디렉토리에서 작업합니다.

의존성 설치

npm install

원격 백엔드를 사용하는 경우

프론트엔드만 수정하고 싶을 때 사용할 수 있는 방법입니다. (주의: 프로덕션 서비스 백엔드를 그대로 사용하게 됩니다.)

npm run start-remote

로컬 백엔드를 사용하는 경우

  1. frontend-server/config.json.sample을 가지고 frontend-server/config.json을 작성합니다.
  2. 개발 서버 실행: npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].