DisplayReddit is a way to to display data extracted from RedditScrapy, tag it and save the results in database.
The frontend is written using React[Redux Toolkit, antd] and the backend with fastapi[tortoise orm], db used is postgresql.
Navigate to the root of this repo after cloning onto your machine and run the following command
Navigate to the frontend folder and run the following commands
Navigate to the backend folder and run the following commands
Ensure the files generated by RedditScrapy are stored in the output folder whose path is set in the OUTPUT_PATH
environment variable(Assumed to be in same level as this repo when cloned to your machine)
http://localhost:8000 is where the backend can be accessed
http://localhost:3000 is where the frontend can be accessed
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.