This project showcases CloudDevs - your one-stop solution for websites, applications, point-of-sale systems, and payment integrations.
CloudDevs offers a comprehensive range of digital solutions to meet your business needs.
Professional website development with responsive designs, SEO optimization, and maintenance support.
Custom mobile application development for Android and iOS platforms.
Seamless integration with MPesa payment solutions for your business.
Modern cryptocurrency payment options for forward-thinking businesses.
Secure portal for clients to manage their services, track projects, and request support.
Get in touch with our team for consultations and inquiries.
To explore our demo or set up our solutions, follow these steps:
- Ensure you have a modern web browser installed
- Basic understanding of web technologies (for developers)
- Clone the repository:
git clone https://github.com/damiancodes/clouddevs.git
cd clouddevs
- Create and activate a virtual environment:
- For Linux and macOS:
python3 -m venv venv
source venv/bin/activate
- For Windows:
python -m venv venv
venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
-
Set up environment variables (API keys, database configurations, etc.).
-
Run migrations:
python manage.py migrate
- Start the server:
python manage.py runserver
- Apply database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
-
Open your browser and navigate to:
http://127.0.0.1:8000/
-
Browse through our services and solutions.
-
Contact us for implementation details and pricing.
For production deployment:
- Set DEBUG=False in settings
- Configure your webserver (Nginx, Apache)
- Set up SSL certificates for secure connections
- Use a production-ready database (PostgreSQL recommended)
MIT License.