Skip to content

shivam1shroff/15-Web_Metadata_Retrieval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Metadata Retrieval API

Setup:

  1. Clone the repository
    git clone https://github.com/WebMetadataRetrieval/15-Web_Metadata_Retrieval.git
  2. Create Virtual Environment
    cd 15-Web_Metadata_Retrieval\Code
    virtualenv venv
    cd venv
    scripts\activate
  3. Install Required Packages
    pip install -r requirements.txt
  4. Run Server
    cd src
    python manage.py collectstatic
    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.2%
  • HTML 18.4%
  • JavaScript 11.5%
  • Python 8.9%