As a personal project I want to create my mini-github website.
I googled this, but all posts I saw are talking about setting up a server, where you have to manually create all users and repositories. My goal is to create a website where anyone can login and create a private repository.
Usually all posts are instructing to go to your private server, change the user and then create new repository. Only then you will be able to push your code there. I want to be able to create new repository just by clicking new repository button on my website, just like Github does.