Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 921 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 921 Bytes

Anime-Xplorer-App

About

Anime Explorer is my biggest fullstack app. Its base functionality let's you track anime that you are watching.

Features

  • create an account with using email and password
  • add, edit and delete anime
  • mark the anime as watching, completed or plan to watch
  • Visualization of watched titles
  • customization of the app looks
  • toggle dark mode

Stack

  • Mongo DB
  • Express
  • React
  • NodeJS
  • Material UI

Installation

# Clone the repo
git clone https://github.com/PabloPicas0/Anime-Xplorer-App.git

# Install client dependencies
cd Anime-Xplorer-App/client
npm install

# Install server dependencies
cd Anime-Xplorer-App/server
npm install

# Start development server
cd Anime-Xplorer-App/client
npm run dev

The app should be running at: http://localhost:3000

Connect to Database

To make app working locally you want to connect to your MangoDB or other database