Coder Social home page Coder Social logo

msanvarov / nest-rest-typeorm-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
153.0 4.0 30.0 9.78 MB

🍱 backend with nest (typescript), typeorm, and authentication

Home Page: https://msanvarov.github.io/nest-rest-typeorm-boilerplate/

License: MIT License

TypeScript 87.41% Dockerfile 0.41% Shell 0.24% HTML 6.44% SCSS 1.85% JavaScript 3.65%
nest docker mysql mariadb typescript typeorm fastify express openapi passportjs

nest-rest-typeorm-boilerplate's Introduction

Hey πŸ‘‹, I'm Sal Anvarov!

Full Stack Software Engineer

Linkedin: Sal

Website: https://sal-anvarov.com/

πŸ“« Like to chat?

Pick a time to meet and chat - please describe the agenda of the meeting if possible

Screenshot 2023-12-06 at 8 16 12 PM

πŸ‘‡ Enter this on your console or terminal to reach out programmatically.

npx sanvarov

πŸ‘† This command line tool can be found at npx sanvarov

A little more on Sal...

const sal = {
    pronouns: "He" | "Him",
    code: ["Javascript", "Python", "Java", "PHP"],
    askMeAbout: ["web dev", "tech", "app dev", "design"],
    technologies: {
        backEnd: {
            js: ["Node", "Fastify", "Express", "NestJS"],
        },
        mobileApp: {
            crossPlatform: ["React Native"]
        },
        devOps: ["AWS", "Docker🐳", "GCP", "Kubernetes"],
        databases: ["MongoDB", "MySQL", "PostGres", "chroma"],
        misc: ["Firebase", "AWS Amplify", "PyTorch", "Laravel"]
    },
    architecture: ["MICRO", "PWA", "SPA", "SSR"],
    currentFocus: "Ai-based cybersecurity",
    funFact: "There are two ways to write error-free programs; only the third one works"
};

I love connecting with different people so if you would like to chat, I would love to connect! 😊

nest-rest-typeorm-boilerplate's People

Contributors

msanvarov avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nest-rest-typeorm-boilerplate's Issues

:sparkles: HTTP/2

Given that Fastify supports HTTP2 over either HTTPS (h2) or plaintext (h2c), it makes sense to utilize HTTP2 when possible. If HTTP/2 fails (mainly problems with certs) then fallback to HTTP 1.1 is encouraged.

This can be tested via npx h2url https://localhost:3000

Remark: Self-signed certs are not safe by default. It makes sense to have a valid cert tied to a domain when production deployment is required.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • mariadb 10
dockerfile
Dockerfile
Dockerfile-Nginx
npm
package.json
  • @hapi/joi 17.1.1
  • @nestjs/common 9.0.11
  • @nestjs/core 9.0.11
  • @nestjs/jwt 9.0.0
  • @nestjs/passport 9.0.0
  • @nestjs/platform-express 9.0.11
  • @nestjs/platform-fastify 9.0.11
  • @nestjs/swagger 6.1.0
  • @nestjs/typeorm 9.0.1
  • class-transformer 0.5.1
  • class-validator 0.13.2
  • crypto 1.0.1
  • dotenv 16.0.1
  • express-rate-limit 6.5.2
  • fastify-helmet 7.1.0
  • fastify-rate-limit 5.9.0
  • fastify-swagger 5.2.0
  • gravatar 1.8.2
  • helmet 5.1.1
  • mysql 2.18.1
  • nest-access-control 2.2.0
  • passport 0.6.0
  • passport-jwt 4.0.0
  • reflect-metadata 0.1.13
  • rimraf 3.0.2
  • rxjs 7.5.6
  • swagger-ui-express 4.5.0
  • typeorm 0.3.8
  • winston 3.8.1
  • winston-daily-rotate-file 4.7.1
  • @compodoc/compodoc 1.1.19
  • @nestjs/testing 9.0.11
  • @types/dotenv 8.2.0
  • @types/express 4.17.13
  • @types/gravatar 1.8.3
  • @types/hapi__joi 17.1.8
  • @types/jest 28.1.8
  • @types/node 16.11.56
  • @types/passport-jwt 3.0.6
  • @types/supertest 2.0.12
  • chai 4.3.6
  • jest 29.0.1
  • nodemon 2.0.19
  • prettier 2.7.1
  • supertest 6.2.4
  • ts-jest 28.0.8
  • ts-loader 9.3.1
  • ts-node 10.9.1
  • tsc-watch 5.0.3
  • tsconfig-paths 4.1.0
  • tslint 6.1.3
  • typescript 4.8.2
travis
.travis.yml

  • Check this box to trigger a request for Renovate to run again on this repository

🚚 Migrate to Nx

Currently the nest app was generated via the Nest CLI. With the creation of Nx, it is best to employ it for better developer experience

[NewBie] Help in running typeorm config json

I am trying to run typeorm config using the below configuration
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js --config src/modules/app/app.module.ts"

Should i use different ormconfig.json file managing environment?
How to run migrations safely in the production?

Can you please help., Thanks in Advance!!!

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

🚚 Migrate from Travis to GA

Currently, CI pipeline is deployed and operational on Travis. This is redundant as GA is a worth contender.

Create Workflows for PRs and commits to master

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.