Skip to content

Micro back end to interact with Algolia indexes, built with Express, Babel, Jest.

Notifications You must be signed in to change notification settings

samouss/algolia-appstore-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algolia AppStore Back

Build Status dependencies Status devDependencies Status

Micro back end to interact with Algolia indexes, built with Express, Babel, Jest.

Live API: https://algolia-appstore-back.herokuapp.com (it's a free dyno so be patient for the boot time 🙂)

Installation

Clone the repository and then run the following command:

npm install

Only for dev, you should create the .env file in order to run the app and scripts:

cp .env.dist .env

Fill the missing property ALGOLIA_APP_ID and ALGOLIA_API_KEY (from your Algolia dashboard).

Run the application

  • For run the development application and launch a server in watch mode on localhost:8080:
npm start
  • For run the production application and launch a server on localhost:8080:
npm run build && ALGOLIA_APP_ID=YOUR_APP_ID ALGOLIA_API_KEY=YOUR_API_KEY npm run serve

Run the test for the application

Your tests will be executed in single run mode:

npm test

For run in watch mode:

npm run test:watch

Documentation

Read the documentation here.

About

Micro back end to interact with Algolia indexes, built with Express, Babel, Jest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published