[PR #389] [CLOSED] inicjalizacja CRUD aplikacji do pracy #1020

Closed
opened 2026-03-07 21:28:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/389
Author: @kamilszwaradzki
Created: 9/12/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 3651162 inicjalalizacja CRUD aplikacji do pracy

📊 Changes

16 files changed (+10277 additions, -4977 deletions)

View changed files

📝 react-express-mongodb/backend/config/config.json (+2 -2)
react-express-mongodb/backend/models/jobapps/jobapp.js (+28 -0)
react-express-mongodb/backend/models/todos/todo.js (+0 -14)
📝 react-express-mongodb/backend/routes/index.js (+10 -8)
react-express-mongodb/compose-dev.yaml (+42 -0)
📝 react-express-mongodb/frontend/package-lock.json (+9833 -4855)
📝 react-express-mongodb/frontend/package.json (+8 -2)
📝 react-express-mongodb/frontend/src/App.js (+11 -11)
📝 react-express-mongodb/frontend/src/App.scss (+3 -3)
react-express-mongodb/frontend/src/components/AddJobApp.js (+56 -0)
react-express-mongodb/frontend/src/components/AddTodo.js (+0 -33)
react-express-mongodb/frontend/src/components/JobAppList.js (+86 -0)
react-express-mongodb/frontend/src/components/JobAppList_prototype.js (+81 -0)
react-express-mongodb/frontend/src/components/JobAppList_v2.js (+105 -0)
react-express-mongodb/frontend/src/components/TodoList.js (+0 -49)
📝 react-express-mongodb/frontend/src/custom.scss (+12 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/389 **Author:** [@kamilszwaradzki](https://github.com/kamilszwaradzki) **Created:** 9/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3651162`](https://github.com/docker/awesome-compose/commit/365116224b0a804f9cb6f897b0db3d58b36bfd7d) inicjalalizacja CRUD aplikacji do pracy ### 📊 Changes **16 files changed** (+10277 additions, -4977 deletions) <details> <summary>View changed files</summary> 📝 `react-express-mongodb/backend/config/config.json` (+2 -2) ➕ `react-express-mongodb/backend/models/jobapps/jobapp.js` (+28 -0) ➖ `react-express-mongodb/backend/models/todos/todo.js` (+0 -14) 📝 `react-express-mongodb/backend/routes/index.js` (+10 -8) ➕ `react-express-mongodb/compose-dev.yaml` (+42 -0) 📝 `react-express-mongodb/frontend/package-lock.json` (+9833 -4855) 📝 `react-express-mongodb/frontend/package.json` (+8 -2) 📝 `react-express-mongodb/frontend/src/App.js` (+11 -11) 📝 `react-express-mongodb/frontend/src/App.scss` (+3 -3) ➕ `react-express-mongodb/frontend/src/components/AddJobApp.js` (+56 -0) ➖ `react-express-mongodb/frontend/src/components/AddTodo.js` (+0 -33) ➕ `react-express-mongodb/frontend/src/components/JobAppList.js` (+86 -0) ➕ `react-express-mongodb/frontend/src/components/JobAppList_prototype.js` (+81 -0) ➕ `react-express-mongodb/frontend/src/components/JobAppList_v2.js` (+105 -0) ➖ `react-express-mongodb/frontend/src/components/TodoList.js` (+0 -49) 📝 `react-express-mongodb/frontend/src/custom.scss` (+12 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:28:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1020