[PR #29] [MERGED] 2 setup and document backend development environment #247

Closed
opened 2026-02-27 19:17:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/29
Author: @EddieTheCubeHead
Created: 1/23/2024
Status: Merged
Merged: 1/23/2024
Merged by: @EddieTheCubeHead

Base: masterHead: 2-setup-and-document-backend-development-environment


📝 Commits (7)

  • fa2b9cd Server environment base
  • aed95e9 Merge branch '3-prototype-spotify-playback-sdk' into 2-setup-and-document-backend-development-environment
  • d6831bd Server environment base continued
  • b03beb6 Refining the dockerfile and adding setup documentation.
  • 9e8a85b Add table of contents to server README
  • 2076ae6 Frontend and backend mixed up in docs once
  • 1a42619 Adhering to Linux standards and adding newlines to file ends

📊 Changes

6 files changed (+145 additions, -2 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 README.md (+1 -1)
server/Dockerfile (+8 -0)
📝 server/README.md (+118 -0)
server/requirements.txt (+3 -0)
server/src/main.py (+13 -0)

📄 Description

Base python application + docker. Setup guide in README.md


🔄 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/EddieTheCubeHead/Stagnum/pull/29 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `2-setup-and-document-backend-development-environment` --- ### 📝 Commits (7) - [`fa2b9cd`](https://github.com/EddieTheCubeHead/Stagnum/commit/fa2b9cd6de29917e90685efc3ab140845249b07e) Server environment base - [`aed95e9`](https://github.com/EddieTheCubeHead/Stagnum/commit/aed95e963c2687b3b7001c092c78b0343e94bcca) Merge branch '3-prototype-spotify-playback-sdk' into 2-setup-and-document-backend-development-environment - [`d6831bd`](https://github.com/EddieTheCubeHead/Stagnum/commit/d6831bdd0ea88b8766c653c6c4086b23506b41a1) Server environment base continued - [`b03beb6`](https://github.com/EddieTheCubeHead/Stagnum/commit/b03beb6f777c82ba80e75ce308c5a6453e27dfae) Refining the dockerfile and adding setup documentation. - [`9e8a85b`](https://github.com/EddieTheCubeHead/Stagnum/commit/9e8a85b640edf427a13b5a3ea56d32c5bd11fcf4) Add table of contents to server README - [`2076ae6`](https://github.com/EddieTheCubeHead/Stagnum/commit/2076ae63794a9722a8f272663a2af2f756e80edd) Frontend and backend mixed up in docs once - [`1a42619`](https://github.com/EddieTheCubeHead/Stagnum/commit/1a42619d1315c2529e2ab40813fd50e0534f1bac) Adhering to Linux standards and adding newlines to file ends ### 📊 Changes **6 files changed** (+145 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `README.md` (+1 -1) ➕ `server/Dockerfile` (+8 -0) 📝 `server/README.md` (+118 -0) ➕ `server/requirements.txt` (+3 -0) ➕ `server/src/main.py` (+13 -0) </details> ### 📄 Description Base python application + docker. Setup guide in README.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#247
No description provided.