itemsapi-starter

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i itemsapi-starter

Weekly Downloads

5

Version

1.0.3

License

Apache 2.0

Last publish

Collaborators

  • cigolpl