module documentation
The module app holds the function related to flask app and database.
| Function | add |
The add function adds the skills column and adds the job data to the database. |
| Function | index |
Route: '/' The index function renders the index.html page. |
| Function | lgin |
Route: '/' The login function renders login.html page. |
| Function | login |
Route: '/login' The index function renders the login.html page. |
| Function | login |
This function required login functionality |
| Function | read |
The read_from_db function reads the job details based on the input provided using regex. Returns a DataFrame with the details |
| Function | search |
This functions fetches data from database on the search filter |
| Function | sgup |
Route: '/' The index function renders the index.html page. |
| Variable | app |
Variable to load the app module |
| Variable | mongo |
Mongo connection string |
| Variable | mongo |
Mongo parameters |
| Variable | mongodb |
Client connection |