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

daliusd/cardamon

Repository files navigation

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.

About

Card-a-mon server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published