/Anime

Angular-Express site recommends animes from MAL website

Primary LanguageTypeScript

Anime

Angular-Express site recommends animes from MAL website using jikan-node api for animes' data

intro

Prerequistes installs :

node js

angular cli

run

First to run express server

cd server

npm install

node server.js

to run angular (open another terminal)

cd client\AnimeRecommender

npm install

ng serve

open http://localhost:4200