Git Product home page Git Product logo

gamestonk's Introduction

Hi there 👋

gamestonk's People

Contributors

adufou avatar antoine-dufou avatar

Watchers

 avatar

gamestonk's Issues

Installer postgres avec npm ?

TODO TITLE

https://docs.nestjs.com/techniques/database#typeorm-integration

On peut lire

To begin using it, we first install the required dependencies. In this chapter, we'll demonstrate using the popular MySQL Relational DBMS, but TypeORM provides support for many relational databases, such as PostgreSQL, Oracle, Microsoft SQL Server, SQLite, and even NoSQL databases like MongoDB. The procedure we walk through in this chapter will be the same for any database supported by TypeORM. You'll simply need to install the associated client API libraries for your selected database.

npm install --save @nestjs/typeorm typeorm mysql2

Improve global lint

Improve global lint

  • Ajouter du lint au back
  • Faire une base de config partagée entre back et front
  • Faire une CI qui check le lint
  • Lancer le lint sur les STAGED FILES au precommit

Faire une passe sur les versions "dynamiques"

Faire une passe sur les versions "dynamiques"

Checker tous les endroits où les versions ne sont pas fixes et peuvent entrainer des pb de dépendances compliqués à trouver

  • Dockerfiles
  • Docker Composes
  • Package json

En profiter pour delete les package lock, et les re up dans une PR séparée pour clean tout ça ? à voir

Config les @ pour src/

Config les @ pour src/

  • Back
  • Front
  • update tous les fichiers avec cette regle
  • regarder si possible de l'enforce avec du lint ?

Store JWT secret in .env

Concerned PR

#25

Store JWT secret in .env

export const jwtConstants = {
  secret: 'DO NOT USE THIS VALUE. INSTEAD, CREATE A COMPLEX SECRET AND KEEP IT SAFE OUTSIDE OF THE SOURCE CODE.',
};

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.