Skip to content

WebMetadataRetrieval/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