https://github.com/tonakihan/blogplatform
Simple SPA for my diploma.
https://github.com/tonakihan/blogplatform
back-end backend docker docker-compose express express-js expressjs front-end frontend react reactjs redux redux-toolkit site typescript web website
Last synced: 2 months ago
JSON representation
Simple SPA for my diploma.
- Host: GitHub
- URL: https://github.com/tonakihan/blogplatform
- Owner: tonakihan
- Created: 2024-02-20T06:06:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:25:36.000Z (over 1 year ago)
- Last Synced: 2025-08-08T05:46:49.155Z (11 months ago)
- Topics: back-end, backend, docker, docker-compose, express, express-js, expressjs, front-end, frontend, react, reactjs, redux, redux-toolkit, site, typescript, web, website
- Language: Dockerfile
- Homepage:
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlogPlatform
Это мой диплом. Разделено на 3 ветки:
- [frontend](https://github.com/tonakihan/BlogPlatform/tree/frontend) - React приложение отвечающая за отрисовку страницы
- [backend](https://github.com/tonakihan/BlogPlatform/tree/backend) - серверная часть адаптированная под bun (не поддерживается)
- [backend-node](https://github.com/tonakihan/BlogPlatform/tree/backend-node) - серверная часть адаптированная под nodejs
## Launch
1. Автоматизированный способ:
```bash
git clone https://github.com/tonakihan/BlogPlatform
docker-compose up #С первого раза не запуститься
```
2. Ручная сборка проекта:
Переключитесь на ветку backend-node и следуйте инструкциям из README.md той ветки