itemsapi-starter
v1.0.3
Published
ItemsAPI demo starter
Readme
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 [email protected]:itemsapi/starter.gitcd starternpm installPORT=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
