My first skeleton-project created in NestJS, a basic CRUD with Postgres SQL and some JWT Authentication and logging functionalities Resources Readme Activity Stars 0 stars Watchers 1 watching Forks 0 forks Report repository Releases No releases published Packages No packages published Footer...
feat: created nestjs app, added sequelize and postgres Sep 13, 2023 tsconfig.json feat: created nestjs app, added sequelize and postgres Sep 13, 2023 Repository files navigation README MIT license Library CRUD Challenge Starter Welcome to the Library CRUD Challenge Starter. This is a base proje...
CREATESCHEMAapi;CREATEUSERpostgresWITH ENCRYPTED PASSWORD'postgrespass';GRANTALL PRIVILEGESONSCHEMA api TO postgres; docker build -f Dockerfile.migrations.docker run --env-file .env --network host<image-id> Manual resolution of failed db migrations ...