Kiama-network is a social network built by the Kiama team. It is a web application that allows users to create an account, post messages, follow other users and like posts... unique from existing social media platforms.
This repository contains the code for the users service of the Kiama-network application.
The repository is structured as follows:
auth/
contains the code for the authentication service.
├── assets
│ ├── logo
│ │ ├── full
├── auth
│ ├── src
│ │ ├── none
├── docs
│ ├── none
│ │ ├── none
│ │ │ ├── none
│ │ └── none
│ │ ├── none
│ └── none
├── LICENSE
├── .gitignore
├── docker-compose.yml
├── README.md
└── .gitignore
To install the users service, follow these steps:
- Clone the repository
- Install the dependencies
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
- Kiama-team