Skip to content

99bruno/NoSQL_LNU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoSQL Labs - Ivan Franko University

This repository contains laboratory works for the NoSQL course at Ivan Franko University. The labs are designed to provide hands-on experience with NoSQL databases.

Table of Contents

Repository Structure

Getting Started

  1. Clone the repository:

    git clone https://github.com/99bruno/NoSQL_LNU.git
  2. Go to the repository directory:

    cd NoSQL_LNU
  3. Create a virtual environment:

    python -m venv .venv
  4. Set up the virtual environment:

    source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
  5. Install the required packages:

    pip install -r requirements.txt

Running the Labs

Each lab can be run independently. Navigate to the respective lab directory and execute the Python script.

  • For example, to run the third lab:

    1. Navigate to the third lab directory:

      cd Hw_3
    2. Run the Python script:

      python Connect_to_MongoDB.py

Repeat the above steps for others.

MongoDB Connection

Ensure you have a MongoDB instance running and update the connection URI in each script as needed.

License

This project is licensed under the MIT LICENSE. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published