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.example
to.env.development
and configure npm install
npm run initdb
to initialize and populate databasenode cmd data:create-admin admin admin@foo.com
to create the admin usernode cmd es:rebuild
to rebuild ElasticSearch indexnpm start
- copy
.env.example
to.env.development
and configure npm install
npm start