This is family tree creation app with friendly user interface. It has user user authentication for secure storage of family data allowing user to create more than one family tree.
Frontend: React, D3.js Backend: .Net, PostgresQL
Didn't finish dockerizing entire project, so runing app requires to run 2 seperate commands
Backend is dockerized, so runing it requires one command in parent directory
docker-compose upin frontend folder you need to run
npm i
npm run dev