Code Monkey home page Code Monkey logo

network-attached-storage's People

Contributors

shivam221098 avatar

Stargazers

 avatar

Watchers

 avatar

network-attached-storage's Issues

create docker-compose.yml

A compose file is needed that builds an image using Dockerfile, with two services web for running the server on 0.0.0.0:8000 (depends on db) and db for postgres.

add progress bar

Whenever a user signs up we need to create a directory for him and this process might take some time. add a progress bar so that user knows we're setting up things for him.

Add signup page

As of now, there is no signup page. And we're using CLI for creating users.

A signup page needs to be added so that whenever a user signs up, storage and a directory will be assigned to the new user. This will help and addition of further logic.

[feat]:write file to host system while running app on docker

Context

As of now, we're writing the files to the $HOME of the system in which the app is running. If the app is running in a host system then it writes to the home which is correct. But when it runs on the docker it writes or reads the files from the docker home.

Need

We want the app to read and write files from the host system home not from the docker home

Tasks

advance authentication

Current authentication takes in various fields and signs up the user without verification of his identity.

To overcome we can add a Google-based authentication system. This may require us to move a few things to GCP and some type of hack to do it locally.

A topic to discuss
Inspired from this

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.