Skip to content

✈️ Online onboarding, reporting for employees, human resources management. A modern, simple and powerful web app to help you running your company while everyone are working remotely due to COVID social distancing

binawork/OnlineOnboarding

Repository files navigation

Online Onboarding system

This project is online onboarding system for small, medium and huge organization. It is specially designed to for remote work, home office during coronavirus pandemia.

Links & Resources

Quick Start

To get this project up and running locally on your computer:

  1. Set up the Python development environment. We recommend using a Python virtual environment.
  2. Create Database How install and join PostgreSQL.
  3. For local settings (like database credentials, secret_key or email host settings) create local_settings.py in the OnlineOnboarding directory and put your settings there.
  4. Assuming you have Python setup, run the following commands (if you're on Windows you may use py or py -3 instead of python to start Python):
    pip3 install -r requirements.txt
    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py collectstatic
    python3 manage.py test # Run the standard tests. These should all pass.
    python3 manage.py createsuperuser # Create a superuser
    python3 manage.py runserver
    
  5. Open a browser to http://127.0.0.1:8000/admin/ to open the admin site
  6. Create a few test objects of each type.
  7. Open tab to http://127.0.0.1:8000 to see the main site, with your new objects.

About

✈️ Online onboarding, reporting for employees, human resources management. A modern, simple and powerful web app to help you running your company while everyone are working remotely due to COVID social distancing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published