Contract Stream - The Job Searching Platform

Save time when you're searching for a new contract. Contract Stream keeps you updated with the most relevant job posts day to day, allowing to you keep track of market trends, and giving you the tools to tailor your job search specifically to you. One platform for every platform.

Usage

We are currently working on a desktop application to enable you to scrape the lastest job posts from any website. Stay updated with the latest information here!

Features

Future features

Prerequisites

Installation

  1. Clone the repository:

https://github.com/sshmendez/ContractStream.git cd ContractStream

  1. Set up the PostgreSQL database:

./initdb.sh --prod --create

This script runs sqlx, creating a database and initializing every table.

  1. Configure the platform:

DATABASE_URL=postgres://username:password@localhost/db_name

Replace username, password, and db_name with the appropriate values for your PostgreSQL database.

  1. Build and run the platform:

cargo run

The platform will be accessible at http://localhost:8080.

License

All rights reserved. Copyright (c) 2023

Acknowledgements