Skip to content

aliabdela47/Webstack-Portfolio-Project

Repository files navigation

File Management System

About

Welcome to File management system!

"Our file management system is a powerful and user-friendly solution designed to simplify the way you handle, organize, and access your files. Whether you're an individual user or a business, our platform offers seamless file uploading, categorization, and secure storage. Say goodbye to file chaos and enjoy effortless file management with our intuitive system. Explore its features and take control of your digital assets today.".

Table of Contents

Key Features

  • Feature 1 easily import Excel data
  • Feature 2: Add any file format files
  • Feature 3: managing created files and imported records
  • Feature 4: dashboard
  • Feature 5: Advanced filtering feature
  • Feature 6: user management
  • Feature 7: Crud Functionality
  • Feature 6: Downloading feature

a Django Project for ALX-SE Program Webstack Portfolio Project the Project is Done for ALX Software Engineering Webstack-Portfolio-Project

Prerequisites

  • Python installed on your machine
  • pip installed machine
  • git installed machine

Installation

Installation Guide

Step 1: Create a Virtual Environment

Windows:

python -m venv env

Linux and Mac:

python3 -m venv env

Step 2: Activate a Virtual Environment

Windows:

.\env\Scripts\activate

Linux and Mac:

 source env/bin/activate

Step 3: Install Dependencies

Install requirements.txt:

Windows:

 pip install -r requirements.txt

Linux and Mac:

 pip3 install -r requirements.txt

step 4: Run Migrations

Windows:

python manage.py makemigrations
python manage.py migrate

Linux and Mac:

python3 manage.py makemigrations
python3 manage.py migrate

step 5: Create a Superuser

Windows:

python manage.py createsuperuser

Linux and Mac:

python3 manage.py createsuperuser

step 6: Start the Development Server

Windows:

python manage.py runserver

Linux and Mac:

python3 manage.py runserver

Now, you can access your application at http://localhost:8000/ in your web browser.

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

Features

  • Easily import Excel data

  • Add any file format files

  • Managing created files and imported records

  • Advanced filtering Features

  • Dashboard

  • User Management

  • Crud Functionality

  • Download Functionality

Authors

Name: Ali Abdela

Badges

Licence:

MIT License

Demo

Our Portfolio Project's YouTube Demo Link

https://youtu.be/U7rkiyQz3-4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors