Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muhammedjaseemvk/fresher-park-kerala
- Owner: MuhammedJaseemVK
- Created: 2024-08-11T14:37:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T06:07:03.000Z (3 months ago)
- Last Synced: 2024-10-10T05:42:52.713Z (3 months ago)
- Topics: express, mongo-db, nodejs, puppeteer, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://fresher-park-kerala.onrender.com
- Size: 538 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# 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_stringFor 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