Event manager uese RESTful APIs using Node.js, Express and Sequelize
yarn
cp .env.example .env
yarn dev
docker-compose up
yarn start
# lint code with ESLint
yarn lint
# try to fix ESLint errors
yarn lint:fix
# lint and watch for changes
yarn lint:watch
# run all tests with Mocha
yarn test
# run unit tests
yarn test:unit
# run integration tests
yarn test:integration
# run all tests and watch for changes
yarn test:watch
# open nyc test coverage reports
yarn coverage
# run lint and tests
yarn validate
# show logs in production
pm2 logs
POSTMAN: https://documenter.getpostman.com/view/1662461/Tzm2JJ72
OR
# generate and open api documentation
yarn docs