Skip to content
/ Jobify Public

Simple API to discover and apply for the best job opportunities in Cameroon. Find a job that fits your skills, preferences, and location. Simple, fast, and efficient.

License

Notifications You must be signed in to change notification settings

Dipeua/Jobify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobify

Jobify is a dynamic platform to discover and apply for the best job opportunities in Cameroon. Find a job that matches your skills, preferences, and location. Simple, fast, and efficient.

Installation

  1. Clone the repository:

    git clone https://github.com/Dipeua/jobify.git
    cd jobify
  2. Create and activate a virtual environment:

    python -m venv env
    source env/bin/activate  # On Windows: env\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Configure the database:

    • By default, Jobify uses SQLite. You can modify the configuration in jobify/database.py.
  5. Start the server:

    uvicorn jobify.main:app --reload
  6. Access the interactive API documentation:

Configuration des variables d'environnement

Avant de démarrer le projet, créez un fichier .env à la racine du projet et ajoutez-y les variables suivantes :

SECRET_KEY=your_secret_key_here

Cela garantit que les informations sensibles ne sont pas codées en dur dans le projet.

Usage

  • Use the API endpoints to manage users, jobs, regions, and difficulty levels.
  • Refer to the Swagger documentation for detailed API usage.

Contribution

Contributions are welcome! Please submit a pull request or open an issue to report bugs or suggest improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Simple API to discover and apply for the best job opportunities in Cameroon. Find a job that fits your skills, preferences, and location. Simple, fast, and efficient.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages