Welcome to the OpenSource Kerala Developers Gig/Job Platform! We are in the early stages of development and are inviting six initial contributors to join this exciting project. If you are interested, please contact me at [email protected].
Website Link: https://kerala-devs-frontend.vercel.app/
This repository contains the backend services for the OpenSource Kerala Developers Gig/Job Platform, a project dedicated to fostering the growth of the Python community in Kerala. As we embark on this journey, we invite passionate developers to contribute to the core of our open-source job/freelance platform.
The backend repository serves as the foundation of our platform, encompassing API services, data management, and server-side functionalities to support the frontend interface.
- API Endpoints: Handle job listings, freelance gigs, user authentication, and community-related functionalities through robust API endpoints.
- Data Management: Efficiently manage and store data related to job listings, user profiles, collaborations, and more.
- Authentication and Security: Implement secure authentication mechanisms to protect user data and interactions.
- Scalability and Performance: Design for scalability and optimal performance to handle growing user interactions.
- FastAPI: Utilizing FastAPI, a modern, fast (high-performance) web framework for building APIs with Python 3.7+.
- Database (Choose based on preference): Planning to utilize MongoDB Atlas for data storage (Looking for contributor).
- Authentication: Implementing authentication mechanisms such as JWT (JSON Web Tokens) in FastAPI (Looking for contributor).
- Deployment: Deploying on Digital Ocean using Docker (Looking for contributor).
- Fork the repository.
- Clone the forked repository to your local machine.
- Create a Virtual Environment:
- Create a virtual environment using
python -m venv env
. - Activate the virtual environment (
source env/bin/activate
for Unix/Linux,env\Scripts\activate
for Windows).
- Create a virtual environment using
- Install Requirements: Run
poetry install
to install necessary dependencies. - Install Pre-commit Hooks: Run
poetry run pre-commit install
to set up the git hook scripts. - Set Up Environment Variables:
- Create a
.env
file in the root directory. - Add required secrets and configurations to the
.env
file (secrets are available on Notion for team members).
- Create a
- Make your contributions or enhancements to API endpoints, data models, security measures, or performance optimizations.
- Create a Pull Request.
We welcome all kinds of contributions, whether it's building the backend, bug fixes, new API endpoints, database optimizations, or documentation improvements. Join us in building a robust backend to support the Kerala Python community!
Become one of the exclusive initial six builders of this platform and receive special badges for increased job search visibility. Your contributions will be celebrated, recognized, and you'll play a vital role in steering the future of this open-source gig/job platform.
This project is licensed under the MIT License.