👋 Welcome to the Scrapper project! 🚀
To get started, follow these steps:
-
Create a new file called
config.ts
inside thesrc
folder. -
Copy and paste the following content into
config.ts
:
export const config = {
OUTPUT_DIR: "output",
DB_CONFIG: {
database: "{database}",
hostname: "{hostname}",
password: "{password}",
port: 5432,
user: "{user}",
},
};
Make sure to replace the placeholders {database}
, {hostname}
, {password}
, and {user}
with your own values.
That's it! You're all set to start using the Scrapper project. Happy coding! 😄🎉