Skip to content

This is the official repository for Team Scorpion2. This would be where we list our registered works.

License

Notifications You must be signed in to change notification settings

L0rd5n0w/Team-Scorpion2.11

 
 

Repository files navigation

FETCH_METADATA

Project by Team Scorpion2 🦂

The project 📁

This is aimed at providing the metadata of files uploaded by authenticated clients. The user is granted access to their dashboard when they signup. This can be achieved by filling the signup form on the landing page of the dashboard, which is available to all that visit the website.

This website is aimed to be cross-platform friendly, so it can be accessed by the users of different devices.

Features offered

Unauthenicated User 🔏

  • Visit the platform to view basic information about it
  • View and Interact with the documentation
  • Register to view more details
  • No access to use until registered

Authenticated user 🧑🏾

  • Full access to the platform
  • Allow users upload files (image, csv, pdf and json)
  • Generate / Fetch meta data of the files uploaded
  • Display meta data to users
  • Allow export, download, share and website embed
  • Allow user save data and come back to download

Let's get you Started!

Meet the team

Product designers 🎭

Designers

Developers 💻

Developers

What we used to build 🧱

Client Side

HTML5 CSS3 JavaScript

Product design

Figma

Backend/SERVER SIDE

Django

IDE

vscode

How to run locally

To clone, do this

Type this code on your terminal as long as you have git installed (any version would do)

     git clone https://github.com/zuri-training/Team-Scorpion2.git 

Or you can clone through Github desktop if you have the app

Make sure you have a set up python environment running (The version we use is python 3.10)

Route to the location of the stored folder

Then you can type

python manage.py runserver 

To run the code, at which if you have it set up well, it would show you this;

   Django version 4.1.3, using settings 'fetch_metadata.settings'
   Starting development server at http://127.0.0.1:8000/
   Quit the server with CTRL-BREAK. 

Then ctrl + click the local address to open the server on your browser


Voila you have the system run locally!

About

This is the official repository for Team Scorpion2. This would be where we list our registered works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • JavaScript 1.0%
  • CSS 0.9%
  • HTML 0.7%
  • C 0.2%
  • Nu 0.0%