/cardamon

Card-a-mon server

Primary LanguageJavaScriptMIT LicenseMIT

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.