https://github.com/phalbert/oeglobal
https://github.com/phalbert/oeglobal
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phalbert/oeglobal
- Owner: phalbert
- Created: 2022-07-26T09:17:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T06:00:07.000Z (over 3 years ago)
- Last Synced: 2025-03-16T21:14:57.047Z (about 1 year ago)
- Size: 814 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://localhost:8000/oeglobal) to view the api's and select the required api to view data.**
### View all apis

### View all articles

### view podcasts

### View recent podcasts

### View single podcasts

### View topics

### View topic urls

### View database
