Coder Social home page Coder Social logo

fileserver's Introduction

File Server

This project is a file server that allows users to download and preview files uploaded by an admin, and share them as email attachments. It is built with the Django framework to scale to meet the needs of a growing business.

Development

  • Copy the env_sample file to .env and update it with your postgres, smtp, and dropbox credentials.
  • Install requirements with pip, run database migrations, and start the server.
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver

fileserver's People

Contributors

daduam avatar

Watchers

 avatar

fileserver's Issues

Sign up page

  • Form with fields for email, password, confirm password
  • Has link to log in page
  • After successful sign up, an email with verification link is sent to the provided email address, and user is navigated to the feed page with a banner reminding them to verify their account if they have not done so.

Password reset page

  • Form with fields for password, confirm password
  • Allows user to pick a new password with use once reset token
  • Navigates to login page on successful password reset

Forgot password page

  • Form with field for email
  • When form is submitted, displays message indicating password reset link was sent to email if it exists in database

Account verification

  • Send account verification link to email after user signs up
  • User cannot log in until account is verified

Check if all requirements from project description pdf file have been met and submit

Log in page

  • Form with fields for email, password
  • Has links to sign up page, and password reset page.
  • Navigates to feed page after successful login

Feed page

  • List of files that can be downloaded
  • Search bar allows user to search the file server
  • Clicking a file on the list navigates to preview page
  • Admin can see link to page which allows them to upload files with a title and description
  • Page design show indicate current user is admin with banner or something
  • Wrap appropriate views in login_required

File preview page

  • Show title, description, and a preview of file based on type
  • Download button
  • Link to send file as an attachment (or share link) through email
  • Admin can see file statistics (number of downloads, number of emails sent for file)

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.