This application is designed to store visited URLs in a database.
Ensure you have the following prerequisites installed on your system:
To run the application locally, follow the steps below:
-
Clone the Project:
git clone https://github.com/FastFingertips/flask-hackernews.git
-
Navigate to the Project Directory:
cd flask-hackernews
-
Launch the Application:
./run.bat
These instructions assume that the run.bat script is responsible for handling the necessary setup procedures. This includes cloning the project, creating a virtual environment, and installing dependencies. If any issues arise during the setup process, the script will provide detailed error messages to assist with troubleshooting.
Please ensure that you have Git and Python installed on your system before running these commands. If you encounter any difficulties, refer to the error messages or the script for guidance.