Skip to content

fastfingertips/flask-hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask HackerNews

This application is designed to store visited URLs in a database.

Preview

Prerequisites

Ensure you have the following prerequisites installed on your system:

  • Python (version 3.12.1)
  • Git (version 2.43.0)

Running Locally

To run the application locally, follow the steps below:

  1. Clone the Project:

    git clone https://github.com/FastFingertips/flask-hackernews.git
  2. Navigate to the Project Directory:

    cd flask-hackernews
  3. 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.