Steps to run this project:
- Run
npm icommand - Setup database settings inside
ormconfig.jsonfile - Run
npm startcommand
|-- src
| |-- controller
| |-- dto
| |-- entity
| |-- interfaces
| |-- middleware
| |-- repository
| |-- security
| |-- service
| |-- app.ts
| |-- index.ts
|-- ormconfig.json
|-- package.json
|-- tsconfig.json
- Album
- Author
- Photo
- PhotoMetadata
- User