1.0.3 • Published 7 years ago

itemsapi-starter v1.0.3

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
7 years ago

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!

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