Code Monkey home page Code Monkey logo

aninotes-clean-architecture's Introduction

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

aninotes-clean-architecture's People

Contributors

joshalexis avatar dependabot[bot] avatar

Watchers

 avatar

aninotes-clean-architecture's Issues

Change primary key type for CrocoachDB migration

In the migration guide for CrocoachDB, in the section of Migration Overview talks about the schema design best practices, one of the topics is the definition of the primary key and says that the sequentials keys should be avoided due performance issues. In this case, it will be necessary to review the current database schema in order to do correctly the migration.

To do this, it will be necessary:

  • Create and crocoachdb account and create and app to know how to work with another type of primary key
  • Modify the current prima.schema for crocoachDB

Error in query params

In the endpoint /pixiv?page=1&size=10 returns a Bad Request:

{
    "statusCode": 400,
    "message": "Validation failed (numeric string is expected)",
    "error": "Bad Request"
}

The query params are number but it keeps returning a Bad Request response.

Return related tags in query pixiv

To implement tag assignment, it's required that in each pixiv item has the information of the related tags. The data will be:

  • ID of Pixiv Tag record
  • Tag's name

Add in:

  • Get pixiv by id
  • Get pixiv by idPixiv
  • Get pixiv list

Field to indicate restricted content on pixiv artist

Due to the case of a pixiv artist can create works of suggestive topic and taking into consideration the creation of users module, is
required to filter these artists based on the user's configuration. Also, a new field will be added to save an example of the work of the artist, this example will be a link.

Configure CI workflow to ignore branches release

In the current workflow for testing, on every pull request to the main branch the CI workflow is triggered but also the release
branches. This is not necessary for the release. So it's required to ignore these branches during the testing.

Add branch for dependencies update

Instead of merge every PR to the main branch, all the PR can be combined into a single PR with tests passing for all the
dependencies updates. In order to do this, a new branch can be created, this branch will have the same content of the main branch.
All the PR's for dependencies can be merged into this branch and create a PR to the main branch. This will allow testing
all the updates in a single PR instead of individuals PR and see the correct integration.

Change target branch dependabot

The target branch of dependabot should be the main branch. It's unnecessary in another branch to test the updated dependencies.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.