Skip to content

Egis0/data-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Setup Instructions

  1. Rename configuration files:

    • Rename .env-bak to .env
    • Rename api/.env-bak to api/.env
    • Change the parameters inside both .env files according to your environment (e.g., database name, password, etc.)

Running the Project

Run the Database

To run the database in the terminal:

docker-compose up db --build

Run the Scraper

To run the scraper in the terminal:

docker-compose up scraper --build

Run the api with frontend

To run the api with frontend in the terminal:

docker-compose up api frontend --build

Accessing project

To access frontend: http://localhost:5173/

To access api: http://localhost:8000/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published