Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammedjaseemvk/fresher-park-kerala

A website that filters fresher jobs from technopark, infopark and cyberpark using puppeteer, a web scrapping library
https://github.com/muhammedjaseemvk/fresher-park-kerala

express mongo-db nodejs puppeteer reactjs tailwindcss

Last synced: 3 months ago
JSON representation

A website that filters fresher jobs from technopark, infopark and cyberpark using puppeteer, a web scrapping library

Awesome Lists containing this project

README

        




Fresher park kerala


This is a web application project built on MERN Stack which scrapes jobs specifically for fresher from Technopark, Infopark and Cyberpark.


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. Overview

  2. Built With


  3. Getting Started

  4. Link

# Overview

[![fresher-job-finder Preview][product-preview]](https://github.com/MuhammedJaseemVK/Fresher-park-kerala/blob/main/media/preview.png)

## Built With

- [![React][react.js]][react-url]
- [![Express][express.com]][express-url]
- [![MONGODB][mongodb.com]][mongodb-url]
- [![NodeJS][nodejs.com]][nodejs-url]

## Installation

```bash
# Clone this repository
$ git clone https://github.com/MuhammedJaseemVK/Fresher-park-kerala.git

# Go into the repository
$ cd fresher-fresher-park-kerala

#Install requirements
npm run setup

# Setup environmental variables
1. Create a `.env` File
In the `backend` folder of your project, create a `.env` file. This file will be used to store environment variables that your application requires.
2. Add the MongoDB URI
Inside the `.env` file, add the following line:
MONGODB_URL=your_mongodb_connection_string

For example:
MONGODB_URL=mongodb+srv://username:[email protected]/your_database_name?retryWrites=true&w=majority

# Run the app
$ npm start
```

## Link

- GitHub Link: [GitHub](https://github.com/MuhammedJaseemVK/Fresher-park-kerala)
- Live Site Link: [Fresher park kerala](https://fresher-park-kerala.onrender.com)

[react.js]: https://img.shields.io/badge/REACT%20JS-000000?style=for-the-badge&logo=REACT&logoColor=61DBFB
[react-url]: https://reactjs.org/
[express.com]: https://img.shields.io/badge/express-14354C?style=for-the-badge&logo=express&logoColor=white
[express-url]: https://expressjs.com/
[nodejs.com]: https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
[nodejs-url]: https://nodejs.org/
[mongodb.com]: https://img.shields.io/badge/mongodb-14354C?style=for-the-badge&logo=mongodb&logoColor=white
[mongodb-url]: https://www.mongodb.com/
[product-preview]: media/preview.png