File tree
779 files changed
+170887
-0
lines changed- express/rest-api-playlist
- src
- database
- models
- middlewares
- routes
- utils
- gulp/npm-automations
- img
- js
- main
- styles
- css
- scss
- components
- nestjs
- basics-crash-course
- src
- belt
- ninjas
- dto
- types
- test
- typeorm-crash-course
- docker-compose
- src
- database
- items
- dto
- entities
- test
- nextjs
- next-level-food
- .vscode
- public/images
- scripts
- src
- app
- community
- meals
- [mealSlug]
- assets
- icons
- lib
- types
- ui
- components
- form
- meals
- next-news
- .vscode
- backend
- public/images/news
- src
- app
- (content)
- archive
- @archive/[[...filter]]
- @latest
- news
- [slug]
- @modal
- (.)image
- image
- (marketing)
- api
- assets
- data
- lib
- types
- ui
- components
- nextjs-dashboard
- app
- dashboard
- (overview)
- customers
- invoices
- [id]/edit
- create
- lib
- login
- ui
- customers
- dashboard
- invoices
- public
- customers
- scripts
- python/game-teca
- database
- models
- routes
- static
- templates
- utils
- react
- admin-template
- public
- src
- components
- AuthModeToggle
- InputPassword
- Layout
- ToggleColorMode
- constants
- firebase
- layouts
- MainLayout
- pages
- services
- styles
- theme
- types
- advice-generator
- client
- public
- assets
- src
- app
- components
- Card
- Container
- config
- hooks
- services
- country-atlas
- public
- src
- api
- components
- CountryForm
- CountryGrid
- CountryInfo
- CountryItem
- LoaderIf
- ToggleColorMode
- config
- constants
- layouts
- Error
- Header
- Main
- pages
- Country
- Error
- Home
- NotFound
- router
- services
- ninja-recipes
- _data
- public
- img
- src
- app
- recipe/[id]
- components
- theme
- ui
- lib
- styles
- types
- prime-flix
- src
- constants
- layouts
- pages
- Error
- Favorites
- Home
- Movie
- NotFound
- router
- services
- styles
- react-query
- api
- public
- src
- api
- assets/icons
- examples
- modules
- styles
- utils
- redux-plorer
- src
- api
- components
- Header
- layouts
- Error
- Main
- pages
- Books
- Error
- Home
- NotFound
- router
- store
- modules
- book
- styles
- modules
- utils
- sen-financa
- public
- images
- favicon
- src
- components
- ConfirmButton
- Modals
- ModalAdd
- ModalCategories
- ModalDelete
- ModalEdit
- Table
- ui
- Input
- Modal
- Select
- Stat
- constants
- contexts
- layouts
- ErrorLayout
- MainLayout
- pages
- About
- Error
- Home
- NotFound
- router
- services
- styles
- utils
- tic-tac-toe
- client
- public
- src
- components
- Cell
- Title
- config
- todo-firebase
- src
- components
- config
- layouts
- pages
- Admin
- Error
- Home
- NotFound
- Register
- router
- services
- auth
- tasks
- styles
- modules
- utilities
- zustand-kanban
- __mocks__
- src
- components
- Board
- ConfirmButton
- ui
- stores
- styles
- types
- utils
- tailwindcss/food-ninja
- public
- images
- src
- app
- components
- Layout
- configs
- pages
- vue/vue-3-course
- .vscode
- _theme_files
- css
- images
- examples
- public
- src
- api
- assets/images
- components
- modules
- data
- router
- types
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
779 files changed
+170887
-0
lines changedDiff for: README.md
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Diff for: express/rest-api-playlist/.env.example
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Diff for: express/rest-api-playlist/.gitignore
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Diff for: express/rest-api-playlist/README.md
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Diff for: express/rest-api-playlist/nodemon.json
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Diff for: express/rest-api-playlist/package.json
+32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Diff for: express/rest-api-playlist/src/app.ts
+42
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + |
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
+26
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
0 commit comments