Fresher-park-kerala

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

Stars
5
Committers
2

Overview

Built With

  • React
  • Express
  • MONGODB
  • NodeJS

Installation

# 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