Skip to content

ElveeBolt/forestwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌳 ForestWork

GitHub release (latest SemVer) Supported python versions Code style

Forestwork - job search service for developers and employers.

Installing ForestWork

# Clone this repo and create virtual environment
git clone https://github.com/ElveeBolt/Forestwork.git
cd Forestwork

# For Linux/Ubuntu
python3 -m venv venv
source venv\bin\activate
pip install -r requirements.txt

# For Windows
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Installing with Docker Compose

# Clone this repo and and build docker containers
git clone https://github.com/ElveeBolt/Forestwork.git
cd Forestwork

docker compose up --build

Run ForestWork

python manage.py runserver

After starting, you can go to http://127.0.0.1:8000/ and use ForestWork app

Author

Developed and maintained by ElveeBolt.

Thanks to everybody that has contributed pull requests, ideas, issues, comments and kind words.