Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.3 KB

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".