Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 301 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 301 Bytes

Simple User CRUD with typescript, sequelize and mysql

Install dependencies

yarn --dev

Create a .env file and add the environments variables.

Use .env.local as example. Use root database user as default.

cp .env.local .env

Run tests

yarn test