A simple website for keeping track of who's in for work.
Configure the .env
file with an APP_KEY
. An easy way to generate one would be: openssl rand -base64 32
.
$ cp .env.example .env
$ npm install
$ npx lerna bootstrap
$ npx sequelize db:migrate
$ npm run dev:backend