Skip to content

vahiwe/isthisarealjob-API

Repository files navigation

hng


📃 About

  • This is the source code for the job confidence checker on ITARJ

  • You'll need chromedriver for the selenium processes. Once it's installed update the chrome_path variable in the cac_check file chrome_path = 'path/to/chromedriver'

  • Gunicorn and Nginx configuration files are also included

📃 Installation Guide

1) Fire up your favourite console & clone this repo somewhere:

❍ git clone https://github.com/vahiwe/isthisarealjob-API.git

2) Enter this directory:

❍ cd isthisarealjob-API

3) Install other python packages/dependencies using the requirement file:

❍ pip3 install -r requirements.txt

4) Run the App:

❍ python app.py

5) Open your API Request Client such as Postman or Advanced Rest Client to make a post request using this json format

{ "company": "NNPC", "address": "no. 21 adesanya aguda, surulere", "invite": "You are welcom" }

6) The request should be sent to this URL to get a response:

❍ http://127.0.0.1:5000

Happy developing!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages