FoodCourt-Intv

FoodCourt-Intv is a web-based application that allows users to search for nearby food courts and view information about the available restaurants within those food courts. This project is built using Django and utilizes the Google Places API to fetch location data.

FoodCourt-Intv Screenshot

Features

  • File system with files and folders
  • Sorting by name and time of creation
  • Preview of image files
  • Download and Printing od documents
  • Search for files or folders.

Table of Contents

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/preciousnwaoha/foodcourt-intv.git
  2. Navigate to the project directory:

    cd foodcourt-intv
  3. Create a virtual environment (recommended):

    yarn install
  4. Activate the virtual environment:

    yarn start
  5. Install the project dependencies:

    pip install -r requirements.txt
  6. Access the application in your web browser at http://localhost:3000/.

Usage

Contributing

Contributions to this project are welcome! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name.
  3. Commit your changes: git commit -m "Add feature/fix"
  4. Push to your branch: git push origin feature-name
  5. Create a pull request.

Please ensure your code follows the project's coding standards and includes appropriate documentation.