/linkedIn_jobs

Primary LanguageJavaScript

Getting Started With Frontend

Clone this repository

https://github.com/Dants0/linkedIn_jobs.git

After cloning the repository you should install all of the dependencies

npm install

After install all of the dependencies you should then run app

npm run dev

Open http://localhost:3000 with your browser to see the result.

Getting Started With Backend

Open the project

$/cd/backend

And run the installation

npm install

After install all of the dependencies you should then run app

npm run start

Open http://localhost:8080 with your browser to see the result.

API Routes

The following API route is available:

/api/jobs: Endpoint to retrieve job data.

/api/jobSearch: Endpoint to retrieve job data from job search. (not implemented)

Feel free to explore and integrate these routes into your application as needed.