Anidex is a MyAnimeList.net client
- For handling server requests:
Node.Js (with Express Framework)
- API:
Jikan API
- As Database:
MongoDB
- Tools:
HTML, CSS & Javascript
- Styling Framework:
BOOTSTRAP
On the terminal run the following commands
$ git clone https://github.com/rajarsheechatterjee/anidex.git
$ cd anidex
$ npm install (to install all dependencies )
$ npm start