Skip to content

phalbert/oeglobal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

TO RUN THIS APPLICATION

RUN MIGRATIONS

cd oeglobal/oeglobal

CREATE VIRTUAL ENVIRONMENT: python3 -m venv venv

ACTIVATE VIRTUAL ENVIRONMENT: . venv/bin/activate

PIP3 INSTALL ALL REQUIREMENTS (beautifulsoup, requests,django,rest framework, etc)

RUN APPLICATION

RUN python3 manage.py makemigrations

RUN python3 manage.py migrate

RUN python3 manage.py runserver

ADD DATA TO DATABASE

cd oeglobal/oeglobal/oeglobal_api/usecases

python3 savearticles.py

python3 savepodcast.py

python3 savepodcastsummary.py

RUN

http://localhost:8000/oeglobal to view the api's and select the required api to view data.

View all apis

image info

View all articles

image info

view podcasts

image info

View recent podcasts

image info

View single podcasts

image info

View topics

image info

View topic urls

image info

View database

image info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages