Xlaez / kiama-user-service-old

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kiama-network users service

Table of Contents

Overview

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.

Repository Structure

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

Installation

To install the users service, follow these steps:

  • Clone the repository
  • Install the dependencies

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details. License: BSD 3-Clause License

Credits

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 88.4%Language:JavaScript 8.4%Language:Makefile 2.0%Language:Dockerfile 1.2%