Table of Contents
Welcome to the Cariba project repository! This repository contains the source code and assets for the Cariba project that specializes in automobile parts.
Follow these steps to set up the project on your local machine. To get a local copy up and running follow these simple example steps.
git clone https://github.com/CaribaOrg/cariba.git
cd cariba
python3 -m venv my_env
Activate the virtual environment:
- On Windows:
my_env\Scripts\activate
- On Unix or MacOS:
source my_env/bin/activate
pip install -r requirements.txt
source misc/env_setup.sh
cat misc/setup_mysql_dev.sql | sudo mysql
python3 --app app/run.py run
Visit http://localhost:5000 in your browser to see the application running.
Or visit https://www.fuzzfoo.tech for the deployed version
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE
for more information.
-
Hasbi Sabah - linkedin - sabahhasbi13@gmail.com
-
Nyangasi Mhozya - linkedin - nyangasi.m@gmail.com
-
EL FADILI Abdessamad - linkedin - elfadili.ae@gmail.com
We are deeply grateful to ALX team for providing us with the incredible opportunity to embark on this learning journey. Their guidance, support, and expertise have been instrumental in shaping our growth as aspiring software engineers.
-
ALX - Thank you for creating an environment that fosters learning, collaboration, and personal development. ALX has been the catalyst for our journey towards becoming skilled software engineers.
-
Mentors - A heartfelt thank you to our mentors who have generously shared their knowledge and experiences. Your guidance has been invaluable in navigating the complexities of software development, and we are truly appreciative of your commitment to our success.
We are thrilled to be part of a vibrant community where individuals come together to learn, share, and support each other. Our peers have played a significant role in creating a collaborative atmosphere that encourages growth and camaraderie.
- ** Cohort 13 Members** - To our fellow cohort members, thank you for the countless hours of collaboration, PLDs, problem-solving, and shared learning experiences. Together, we are creating a supportive community that propels us towards our common goal of becoming proficient software engineers.
Our journey would not be the same without the support, encouragement, and knowledge shared within the ALX community. We look forward to continued collaboration and growth together.