Commit graph

72 commits

Author SHA1 Message Date
Cookie
2ce34b5de3
Merge pull request #4 from CookieDasora/dependabot/npm_and_yarn/winston-3.11.0
Bump winston from 3.10.0 to 3.11.0
2023-10-13 15:43:00 -03:00
Cookie
83cd785064
Merge pull request #5 from CookieDasora/dependabot/npm_and_yarn/prisma/client-5.4.1
Bump @prisma/client from 5.3.1 to 5.4.1
2023-10-13 15:42:51 -03:00
dependabot[bot]
1e6cd8c040
Bump eslint-config-standard-with-typescript from 39.1.0 to 39.1.1
Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 39.1.0 to 39.1.1.
- [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases)
- [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.1.0...v39.1.1)

---
updated-dependencies:
- dependency-name: eslint-config-standard-with-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 00:35:00 +00:00
dependabot[bot]
9898903c99
Bump @prisma/client from 5.3.1 to 5.4.1
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.3.1 to 5.4.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.4.1/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 00:34:39 +00:00
dependabot[bot]
4c64ec5a0b
Bump winston from 3.10.0 to 3.11.0
Bumps [winston](https://github.com/winstonjs/winston) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 00:33:49 +00:00
dependabot[bot]
f51429c5f4
Bump @swc/core from 1.3.90 to 1.3.92
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.90 to 1.3.92.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.90...v1.3.92)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 00:33:03 +00:00
2191b01a93 feat: added swagger for documentation 2023-10-01 14:47:41 -03:00
f4fcb2218c chore: updated project dependencies 2023-09-30 17:52:53 -03:00
f73a12e454 feat: implemented unit tests 2023-09-30 17:15:19 -03:00
e31b7d083e feat: added commitlint and husky for linting commit messages 2023-09-30 14:31:02 -03:00
b6ed80db68 Rollback to the good ol' header auth. 2023-09-03 16:54:55 -03:00
a2d4af45a3 Created logout route. Update eslint config file 2023-08-22 17:47:32 -03:00
2607bd56ff Added Cookies for authentication. 2023-08-22 16:57:34 -03:00
4e96576f5d Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
14e3990d76 Added morgan and winston for logging, still need to test socket io 2023-08-05 16:51:43 -03:00
e11771a62b Added ESLint and Prettier, added module resolvers, tests not working by now. 2023-07-31 20:18:07 -03:00
4382b35fe3 Added Multer and Sharp for image upload and compression. 2023-07-17 17:47:05 -03:00
f743521fae Implemented rate limit, added Redis database, added more verifications 2023-07-12 15:05:17 -03:00
34604fce27 Created new tests (some of they are not working) 2023-06-27 20:25:27 -03:00
b21a832c13 Created new tests, added SWC for faster compiling. 2023-06-24 17:38:34 -03:00
4b301eb985 Changed to Typescript. Added Create Post route and model. 2023-06-23 15:15:11 -03:00
e214f59fca fixinit10 2023-06-20 17:05:15 -03:00