ST---Major-Project-

Anime & TV Series Tracker

A full-stack web application to track your favorite anime and TV series, connect with other fans, and discover new shows.

This application provides a seamless experience for managing your watchlist, participating in community discussions, and getting personalized recommendations.

Features

Technologies Used

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo.git
    cd anime-tracker-app
    
  2. Backend Setup:
    cd backend
    npm install
    

    Create a .env file in the backend directory and add the following variables:

    MONGO_URI=<your_mongodb_connection_string>
    JWT_SECRET=<your_jwt_secret>
    
  3. Frontend Setup: No special setup is required for the frontend. Simply open the home.html file in your browser.

Running the Application

  1. Start the backend server:
    cd backend
    npm start
    
  2. Open the frontend: Navigate to the frontend directory and open home.html in your web browser.