sylhare / SpaceStack

πŸš€ Full stack application of a space colony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceStack

Frontend CI Backend CI

Intro

This is a full stack application prototype to manage a Space Colony. It is composed of:

  • Frontend: A React single page application.
  • Backend: A Spring Kotlin Rest application.

You can run the project using:

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.

About

πŸš€ Full stack application of a space colony


Languages

Language:Kotlin 48.1%Language:JavaScript 42.9%Language:CSS 6.3%Language:HTML 2.2%Language:Dockerfile 0.6%