Personal project
- Node >= 10.0.0 for full ES 2018 support
- ElasticSearch 6.5+
- install and run ElasticSearch
- configure both development and test databases in
server/sequelize/config/config.json - copy
.env.exampleto.env.developmentand configure npm installnpm run initdbto initialize and populate databasenode cmd data:create-admin admin admin@foo.comto create the admin usernode cmd es:rebuildto rebuild ElasticSearch indexnpm start
- copy
.env.exampleto.env.developmentand configure npm installnpm start