/Python-pro-final-website

This is site for my final courses i made a website

Primary LanguageJavaScript

Python Pro Final Website

This repository contains the code for the final project of the Python Pro course.

Websites i used

Introduction

Welcome to our website, dedicated to exploring the diversity and beauty of countries around the world. Our site features a comprehensive collection of country cards, each providing a wealth of information about the nation, including its name, population, area, interesting facts, and stunning images.

Whether you're a student researching a particular country or a traveler planning your next adventure, our website has everything you need to discover the fascinating cultures, customs, and landscapes of the world's nations.

With our user-friendly pagination and search features, you can easily navigate our extensive database of country cards and find the information you're looking for. And, with our commitment to accuracy and attention to detail, you can trust that the information you find on our website is up-to-date and reliable.

It took our team of dedicated professionals over 20 hours to create this website, ensuring that every detail was carefully crafted to provide the best possible user experience. We hope you enjoy exploring our site and learning more about the incredible countries that make up our world. It is a basic e-commerce website that allows users to browse and purchase products. The website includes features such as user registration and login, product listings, product details, shopping cart, and checkout.

Installation

To install the Python Pro Final Website, follow the steps below:

  1. Clone the repository: git clone https://github.com/Hoymie2075/Python-pro-final-website.git
  2. Create a virtual environment and activate it:
    Bash
    virtualenv venv source venv/bin/activate
  3. Install the required packages: pip install -r requirements.txt
  4. Create the database: python manage.py migrate
  5. Load the initial data: python manage.py loaddata fixtures/initial_data.json
  6. Run the development server: python manage.py runserver

How to use

To use the Python Pro Final Website, follow the steps below:

  1. Open your web browser and navigate to http://localhost:8000.
  2. You can search for every country in earth 2023.
  3. Also try pagenation.
  4. You can read info in this website.

Contributing

Contributions to the Python Pro Final Website are welcome. To contribute, follow the steps below:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m "Add your commit message here"
  4. Push your changes to your forked repository: git push origin feature/your-feature-name
  5. Create a pull request on the original repository.

License

The Python Pro Final Website is released under the MIT License.