Socket
Socket
Sign inDemoInstall

itemsapi-starter

Package Overview
Dependencies
421
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    itemsapi-starter

ItemsAPI demo starter


Version published
Weekly downloads
5
decreased by-64.29%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ItemsAPI starter

This starter let you generate search application quickly!

Heroku installation

Deploy ItemsAPI starter instantly to heroku and start your app (backend creator) immediately!

Deploy

Manual installation

  • Install elasticsearch on your computer
  • git clone git@github.com:itemsapi/starter.git
  • cd starter
  • npm install
  • PORT=3000 npm start

Open localhost:3000 and follow instruction in web creator

Docker installation

Run itemsapi starter:

  • docker run --rm -p 3000:3000 --name=starter -e="ELASTICSEARCH_URL=http://172.17.0.2:9200" -it itemsapi/starter (You need to provide elasticsearch url to make it working)

Features

  • auto-generated filters
  • search
  • basic layout
  • items recommendation
  • item details
  • sitemap

Todo

  • reviews system
  • views counter
  • simple administration panel for data management

FAQs

Last updated on 20 Dec 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc