Holidays Finder provides information about holidays worldwide. Powered by an API, users can access data on public holidays, observances, and special events across various countries and regions.
- Clone this repository to your local machine:
git clone https://github.com/scriubuguri/HoliDates.git
- Create a virtual environment with the following command:
python3 -m venv venv
- Activate the virtual environment:
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
-
Visit Abstract API and follow the steps to register and obtain an API key. After you have obtained the API key, configure the
your_api_key
variable in theviews.py
file with your key. -
Before run the app, open the
HoliDates
folder (where you have themanage.py
file) and apply the migrations:
python3 manage.py migrate
Run the app with the following command:
python3 manage.py runserver
- Open your browser and select the date to find the holiday
- scriubuguri
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.