GithubHelp home page GithubHelp logo

lambda-manager's Introduction

Lambda Manager

Main page

Upload page

Login page

Lambda Manager is a project that aims at the sharing of files between computers in an easy way.

It especially handles the case of non-tech companies that make use of industrial laboratories to run their business. Usually in this kind of companies, the lab PCs have no access to internet and sometimes you are also not allowed to plug-in an USB (or to only plug-in authorized USBs).

So, engineers face the problem of not being able to share files between their computers and the lab computer, especially to transfer files from the lab pc to the engineer pc. Here it is where Lambda Manger comes in.

With Lambda Manager sharing files is easy. Just open the web page in the lab pc, upload your files and you will be ready to download them from anywhere.

Note: the lab PCs need access to your company server.

Install

  • Clone the repo
  • $ npm install

Upload folder

The files are not exposed to the public, they are saved outside the website within the folder /src/server/uploads/username. If for some reason the folder uploads does not exists, create it. The folder username is created automatically.

Microsoft SSO

If you do not know how to register an application in Azure Portal, then I recommend you to follow the next tutorial: https://microsoft.github.io/MicrosoftCloud/tutorials/docs/Authentication-App-With-NextJs-And-Microsoft-Graph/Configuring-Application-Azure-Active-Directory

You can use the .env.example file as a template for your environment variables.

Check if you have enough permissions to use Microsoft Graph: https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&tabs=http

Navigation

  • /: main page
  • /login: login page
  • /upload: upload page

Running in development mode

$ npm run dev

Go to localhost:3000. It runs by defult in port 3000.

Running in production

  • $ npm run build
  • $ npm run start

localhost:3000. Again, it runs by default in port 3000.

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.