Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.43 KB

Cardamon

Running project can be found here: https://cardamon.ffff.lt/

Installation

npm i

Development

  • npm run start:dev - to run server. Create "cardamon" database and run npx sequelize db:migrate before.

  • npx jest - to run tests. Create "cardamon_test" database before.

  • npm test - to run tests with coverage

Deployment

Related projects

Database nuances

Create migration using sequelize-cli. E.g.:

npx sequelize migration:create --name admin

Edit created migration.