A clone of imgur
Go to file
2023-06-27 06:05:11 +03:00
src start login, add support for authorization header jwt 2023-06-27 06:05:11 +03:00
.gitignore Fix gitignore 2023-06-26 17:07:06 +03:00
README.md Initial commit 2023-06-26 16:46:12 +03:00
tsconfig.json restructuring 2023-06-26 17:07:14 +03:00

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside data-source.ts file
  3. Run npm start command