A web app that allows industry experts to link up easily with potential investors.
- As an expert, I can be able to register/login and create a profile
- As an expert, I can create articles and share thought on areas in my expertise
- As an expert, I can have followers
- As a user, I can register/login
- As a user, I can follow different experts
- As a user, I can reach out to a particular expert
- As a user I can review an expert I have dealt with
Here is a working live demo : http://arifa.herokuapp.com/
The WebApp is compatible with devices of all sizes and all OS's, and consistent improvements are being made.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork & clone the repo
- Install the requirements by running
pip install -r requirements.txt
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug, kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
- Django 3.2 - A web development Python framework
- Cloudinary - image hosting cloud platform
- Bootstrap - Extensive list of components and Bundled Javascript plugins
MIT © Joy Mbugua