This repository contains the source code for the Animeter Web Application.
Animeter is a Web Application which has features like Signup, login, searching animes based on title or genres, Seeing information about an Anime, Seeing Reviews of other people and givig our own Review for an Anime.
https://www.youtube.com/watch?v=doEiMNBT0Vk
Clone the Repository
git clone https://github.com/Yuvrajhere/animeter.git
Start Backend Development Server
cd animeter
npm install
npm start
Start Frontend Development Server
cd animeter/client
npm install
npm start