Skip to content

Rc561U/lingvanex-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Scraper (Python+Django, Vue3+Vuetify)

This application retrieves information from Microsoft store and return it in convenient way.

Technologies used:

  • Docker & Docker-Compose
  • Celery
  • Redis
  • Django Rest Framework
  • Selenium
  • Vuetify 3

Instalation

1. Start application

docker-compose up --build

2. Make database migrations

docker-compose exec webapp bash
cd src/
python manage.py makemigrations
python manage.py migrate

3. Run UI application

cd linguanex_ui/
npm install
npm run serve

Result

About

This application retrieves information from Microsoft store and return it in convenient way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published