Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Hello! I am Nizar El Rhazzali, and here are the instructions to get this project running:
1. Requirements:
- Node.js v22.16.0
- The `prompt-sync` module installed in the project directory. You can install it using the command line:
1. Press `WIN + R` and type `cmd` to open the Command Prompt.
2. Navigate to your project directory:
cd C:\Users\User\Desktop\roomRentingProject
3. Install the module:
npm install prompt-sync
2. Run `roomsMatrixJSONGenerator.js` to create the `./data` directory and generate the JSON file containing a boolean matrix representing the availability of rooms in the building.
3. Enjoy!