Giter Site home page Giter Site logo

rf-krcn / file-saver Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 11.55 MB

Secure microservices architecture with a Golang-based backend (Gin framework, gRPC) for efficient communication. Enables user sign-in, file upload, and retrieval.

Dockerfile 0.97% Go 92.00% Makefile 5.51% HTML 1.52%

file-saver's Introduction

Table of Contents

Overview

This project provides users with a secure platform to sign in, upload, and retrieve their files. It employs a microservices architecture, with a Golang-based backend utilizing the Gin framework and gRPC for communication. Below is a simplified illustration of the microservices communication:

Microservices Communication

Installation

To get started with the project, follow the installation steps below.

Prerequisites

Before installing the project, ensure that you have the following prerequisites installed:

  • Go Version 1.19:

You need Go version 1.19 or later. Check your Go version using the following command:

go version
  • Make:

Make is used for building and managing the project. Verify if Make is installed with:

make --version
  • Docker:

The project relies on Docker for containerization. Check if Docker is installed:

docker --version
  • Docker Compose:

Docker Compose is used for defining and running multi-container Docker applications. Check if Docker Compose is installed:

docker-compose --version

Installation Steps

To install the project, follow these steps:

git clone https://github.com/rf-krcn/file-saver.git

cd file-saver

make -C project install

Note: Ensure that ports 3000 and 8080 are available and not in use by other applications on your system.

Usage

To run the project, open a terminal, navigate to the project directory, and execute the following command:

make -C project up_build

Once the project is running, open your web browser and go to http://localhost:3000 to access the application.

To stop the project, use the following command:

make -C project down

file-saver's People

Contributors

rf-krcn avatar

Stargazers

Ayoub Hatmi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.