To get a local copy up and running follow these simple steps.
The only prerequisites that are needed are Node Package Manager (npm) as well as nodemon & MongoDB!
- npm
npm install npm@latest -g
npm install -g nodemon
- Clone this repo
git clone https://github.com/dkathrine/Anime-Manga-Manager.git
- Install NPM packages in the frontend & backend folder
npm install
-
Set up your environment variables in the backend folder
-
Start your MongoDB and then the server.js located in your backend folder
nodemon server.js
- Start your live-server located in the frontend folder
npm start
This is a simple React-Application that can be used to keep track of how many episodes you have watched, which of your Anime/Manga or Netflix Series etc. you have completed, how much you liked them and what you still want to watch.
Kathrine B - @dkathrine - kathrinebeuth@web.de
Project Link: https://github.com/dkathrine/Anime-Manga-Manager