https://github.com/romanow/person-frontend
Simple RESTful service for Person entity
https://github.com/romanow/person-frontend
docker react redux-toolkit
Last synced: 3 months ago
JSON representation
Simple RESTful service for Person entity
- Host: GitHub
- URL: https://github.com/romanow/person-frontend
- Owner: Romanow
- License: mit
- Created: 2025-02-22T19:59:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T11:02:02.000Z (over 1 year ago)
- Last Synced: 2025-03-06T08:48:17.346Z (over 1 year ago)
- Topics: docker, react, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Romanow/person-frontend/actions/workflows/build.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/Romanow/person-frontend/releases/latest)
[](https://hub.docker.com/r/romanowalex/person-frontend)
[](https://github.com/Romanow/person-frontend/blob/main/LICENSE)
# Person Service
GitHub: [romanow/person-frontend](https://github.com/Romanow/person-frontend).
Person Service Backend: [romanow/person-service](https://github.com/Romanow/person-service).
## Локальный запуск
Используем [docker-compose.yml](docker-compose.yml):
```shell
$ npm install
$ docker compose up -d --wait postgres person-service
$ npm run dev
```