https://github.com/sylhare/spacestack
🚀 Full stack application of a space colony
https://github.com/sylhare/spacestack
full-stack kotlin mongodb react rest-api
Last synced: 2 months ago
JSON representation
🚀 Full stack application of a space colony
- Host: GitHub
- URL: https://github.com/sylhare/spacestack
- Owner: sylhare
- Created: 2021-01-31T21:58:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T14:12:53.000Z (over 3 years ago)
- Last Synced: 2026-01-03T22:04:37.190Z (6 months ago)
- Topics: full-stack, kotlin, mongodb, react, rest-api
- Language: Kotlin
- Homepage:
- Size: 670 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceStack
 
## Intro
This is a full stack application prototype to manage a Space Colony.
It is composed of:
- [Frontend](./frontend): A React single page application.
- [Backend](./backend): A Spring Kotlin Rest application.
You can run the project using:
```bash
docker-compose up --build
```
You can have more details on each part of the application by checking the readme in their respective folder.
## Functions
To sum it up:
- The login is Jwt base and allow to record the user's action.
- The "baby call flow" is handled meaning you can create, retrieve, approve/deny and review the baby requests.
- Each accepted baby request will increase the population count.
- The baby requests are saved and updated inside a Mongo Database.