Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (35 loc) · 1.38 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.38 KB

MyAnimeList User Stats

GitHub deployments

A website to generate statistics similar to AniList (example) using data from your MyAnimeList profile.

https://mal-user-stats.vercel.app/

Run Locally

Clone the project

  git clone https://github.com/dustinn1/mal-user-stats.git
  1. Install the dependencies
  npm install
  1. To start the dev server
  npm run dev
  1. To start the production server
  npm run build
  npm run start

Both the frontend and backend use the same commands.

To access the backend, run cd backend.

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file at the top level directory of the project.

NEXT_PUBLIC_BACKEND_URL = <url of backend>

Locally, it would be equal to http://localhost:8000.

Tech Stack

Frontend: React, Next.js, TailwindCSS

Backend: Node, Fastify

Both Written in TypeScript

Uses MyAnimeList API for data

License

MIT