Skip to content

babyplug/api-challenge-ts-typeorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

Structure

|-- src
|   |-- controller
|   |-- dto
|   |-- entity
|   |-- interfaces
|   |-- middleware
|   |-- repository
|   |-- security
|   |-- service
|   |-- app.ts
|   |-- index.ts
|-- ormconfig.json
|-- package.json
|-- tsconfig.json

Entity

  1. Album
  2. Author
  3. Photo
  4. PhotoMetadata
  5. User

About

Create an API with the same schema by various programming language, framework or library

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors