Bennyhwanggggg / Marvel-Encyclopedia

React + Node.js web app that provides Marvel information
3 stars 0 forks source link
expressjs full-stack marvel marvel-api nodejs react-redux react-router reactjs

Marvel

This is a full stack web application written with React/Redux frontend and Express.js backend. It is a simple application that utilises Marvel's API to provide information on various comics, characters, movies that they have. The applications shows different characters in various works they have released.

Setup

git clone git@github.com:Bennyhwanggggg/Marvel.git
cd frontend
npm install
cd ../backend
npm install

Frontend

How to run

cd frontend
npm start

Backend

How to run

cd backend
npm start