Skip to content

Repository files navigation

Notion

Description

Note

Application for notes, similar to Kanban, which you can share with your friends, work on them together, see the progress of their completion, write comments, view reporting and much more

Project setup

$ npm install

Compile and run the project

# Development
$ npm run start

# Watch mode
$ npm run start:dev

# Production mode
$ npm run start:prod

Warning

Now, when you run the project again, the database will be created. I'll fix it soon

# Build 
$ docker-compose build 

# Start project
$ docker-compose up

Stack

  • TypeScript
  • Nest.JS
  • Postgres
  • Docker
  • Grafana
  • Sequalize
  • Jest
  • Swagger

Testing

On my application i use jest unit-testing

# Testing all application
$ npm run test
# Testing separate modules
$ npx jest modules/{name of module}/tests

Migrations

Check README.md on database directory

Documentation API

Tip

You can watch docs api on http://localhost:{{port}}/docs

About

kanban desk api

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages