/marvel-server

Character listing app

Primary LanguageSCSSMIT LicenseMIT

Marvel App

Character listing app

v1.0.0-beta

Daniel Crabbe

dan@jynk.net


Setup

Prerequisites

  • NodeJS and NPM Nodejs.org
  • Download repo and open terminal inside the folder

In ./

npm i

(Wait for installation to complete)

./marvel-client

cd marvel-client && npm i

(Wait for installations to complete)

To start developement run

npm run start

Todo

  • Create MongoDB to hold a copy of the main character list so it is searchable
  • User login
    • save favs
    • edit existing
    • upload files
  • Implement caching
  • Create json file of all comics (with reduced info) for use in charts
  • Images, lazy loading, preloading