Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 353 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 353 Bytes

Squared Buttons

A simple website for keeping track of who's in for work.

Setup

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

Development

$ npm run dev:backend