daliusd / cardamon

Card-a-mon server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 3.3%Language:EJS 0.1%