https://github.com/movingju/python_server
An python flask backend server, made for study
https://github.com/movingju/python_server
css database flask html pandas portfolio-website python3 website
Last synced: 3 months ago
JSON representation
An python flask backend server, made for study
- Host: GitHub
- URL: https://github.com/movingju/python_server
- Owner: MovingJu
- Created: 2025-03-13T02:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:02:26.000Z (about 1 year ago)
- Last Synced: 2025-05-31T13:30:55.179Z (about 1 year ago)
- Topics: css, database, flask, html, pandas, portfolio-website, python3, website
- Language: Python
- Homepage: http://movingju.pythonanywhere.com
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_server
an python backend server, made for study
# python version
3.10
>because only below 3.10 can run on python_anywhere
# branches
## **git like branch management is used.**
- **main**: main branch
- **release**: versions and tags manage branch
- **develop**: main develop branch
- **feature**: features testing branch
- This is also for **Pull Request**
- **hotfix**: fixing hot error branch
# 이 리포지토리의 목적
**순수 공부**
깃허브 리포지토리 관리, 브렌치 관리, 백엔드 서버 관리, 유저 쿠키 관리, 웹에 대한 기본 상식 등을 공부하는 리포지토리입니다.