Appstore using Algolia Search and InfernoJS

Live: https://appstore-inferno.herokuapp.com/ (While API KEY still valid)

Bootleg version of the Appstore. UI design inspired by Google Playstore.

This web application was build with InfernoJS on the frontend, and NodeJS with Express on the backend. It uses Algolia Instant Search API.

Instruction

Install all modules using the command npm install && cd client && npm install && cd ..

To run development server and start the web app use npm run dev command line.

Replace process.env.apiAdminKey with Algolia Admin API Key in controllers/app.js to use POST and DELETE APIs.