Skip to content

K-nto/Kinto-FE

Repository files navigation

logo

Kinto Frontend Service

UADE Informatics Engineering thesis project - 2022

User interface for Kinto network service


📔 Table of Contents

🌟 About the Project

This repository contains the code for the frontend service of Kinto. Developed in React 17.

👾 Tech Stack

🎯 Features

  • Graphical interface for managing user information, files and nodes
  • Upload encrypted files to the network
  • Connect new nodes to the Kinto network

🧰 Setup

‼️ Prerequisites

  • Node This project uses node and npm as package manager, make sure it is installed.
 node -v
 npm -v

🔑 Environment Variables

To run this project, you will need to add the following environment variables to your .env file

KINTO_SERVICE_URL: URL of the Kinto Storage service KINTO_NODES_URL: URL of the Kinto Nodes service"; USERS_ROUTE: Kinto Storage service's users endpoint; FILES_ROUTE: Kinto Storage service's files endpoint; NODES_ROUTE: Kinto Nodes Service's nodes endpoint;

⚙️ Usage

Clone the project

  git clone https://github.com/K-nto/Kinto-network-status-service.git

Install dependencies

  npm install

Start the service.

  npm run dev

⚠️ License

Distributed under the no License. See LICENSE.txt for more information.

🤝 Contact

Federico Javier Parodi - Fedejp - Linkedin - Github

Carlos Santiago Yanzon - Bizk - Linkedin - Github

Project Link: https://github.com/K-nto

💎 Acknowledgements

We thank and aknowledge the authors of these resources for their work.