Skip to content

myeasyhome/enlist

 
 

Repository files navigation

Enlist

Recruitment software.

Requirements

  1. Python +3
  2. Pipenv pip install pipenv

Getting started

1. Fork and clone the repository:

Go through and clone the repository. For more information:

2. Install python packages:

Execute pipenv install to install the needed python package for this project.

3. Activate local virtual environment:

Activate the project local virtual environment using the following command: pipenv shell

4. Install JavaScript npm packages:

Execute the following command to install the necessary npm packages npm install

5. Set up the flask application and run the app

Set the flask application export FLASK_APP=app.py Run the application flask run

Code of Conduct.

This project has a Code of Conduct. By participating on this project you agree to abide by its terms

Contributing.

Contributions from anyone and everyone are welcome. You can get started by browsing for any open and unclaimed issues or by starting a new issue. If you want to implement a new functionality, please open a new issue with the label "feature".

About

Recruitment software.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 39.6%
  • JavaScript 37.0%
  • CSS 13.1%
  • HTML 10.3%