Roomio- is a web application designed to help University of North Texas (UNT) students find rooms and manage their accommodations efficiently. The application features user authentication, profile management, property listings.
- Clone the repository
git clone https://github.com/Cordagr/Roomio-.git
- Navigate to the project directory:
cd Roomio-
# Configuration
1. Set up your environment variables for the database password and Flask secret key
``` Code
export DATABASE_PASSWORD=your_database_password
export FLASK_SECRET_KEY=your_secret_key
- Replace YOUR_BOT_TOKEN and YOUR_GUILD_ID in main.py with your actual values.
Run the application
python main.py