/anichar

Find new Anime characters and add them to your list!

Primary LanguageJavaScript

Anichar

A MERN stack app to find new Anime characters and add them to your list!

App live on : https://akash-kamat.github.io/anichar/

Screenshots

How to clone and run

First clone this repo by running: git clone https://github.com/akash-kamat/anichar.git or directly Download the zip file https://github.com/akash-kamat/anichar/archive/refs/heads/main.zip

In the project directory, you can run:


For server:

Edit the mongoDB connection string at Line 8 of main.js in server folder

Goto server folder in and run

npm install
npm start

This Runs the server on http://localhost:3001.


For Client:

Run the following commands in the Root folder

npm install
npm start

This Runs the App on http://localhost:3000. Open a browser to see it

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.