GithubHelp home page GithubHelp logo

himanshu-03 / college-pilot Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.31 MB

The Placement Pilot is an innovative platform designed to streamline the recruitment process within educational institutions. It serves as a bridge between the Training and Placement (TnP) officer, companies seeking to recruit talent from the campus, and the students themselves.

Home Page: https://collegepilot.netlify.app/

JavaScript 99.13% HTML 0.34% CSS 0.53%
express-js mongodb-atlas netlify node-js reactjs render

college-pilot's Introduction

Placement Pilot

Table of Contents

Description

The Placement Pilot is an innovative platform designed to streamline the recruitment process within educational institutions. It serves as a bridge between the Training and Placement (TnP) officer, companies seeking to recruit talent from the campus, and the students themselves. The portal provides a centralized hub where students can access crucial information about upcoming placement activities, company profiles, schedules, and application processes. Moreover, it facilitates seamless communication between stakeholders, automates administrative tasks, promotes transparency, and ensures equal access to employment opportunities for all students. With its user-friendly interface and comprehensive features, the Placement Pilot aims to enhance the efficiency, fairness, and effectiveness of campus placements.

Tech Stacks Used

The Placement Pilot project utilizes the MERN Stack (MongoDB, Express.js, React.js, Node.js) for its development. MongoDB is used for handling the database.

Configuration Steps

To configure this project locally, follow these steps:

  1. Download and install Node.js from the official website.

  2. Create a new directory for your project:

    mkdir my-mern-project
    cd my-mern-project
  3. Initialize a new Node.js project:

    npm init -y
  4. Install Express.js:

    npm install express
  5. Create a server.js file: This file will serve as the entry point for your Express.js server.

  6. Install React.js: React can be installed using create-react-app:

    npx create-react-app client
  7. Install dependencies for React development:

    cd client
    npm install axios react-router-dom
  8. Set up MongoDB:

    • Install MongoDB on your local machine or set up a cloud-hosted MongoDB service like MongoDB Atlas.
    • Obtain your MongoDB connection URI.
  9. Set Up Environment Variables:

    • Create a .env file in the root directory of your project.
    • Add your MongoDB connection URI to the .env file.
  10. Run Your Project:

  • Start your Express.js server:

    node server.js
  • Start your React development server:

    cd client
    npm start
  1. Access Your Application:

Connect with me

Github     LinkedIn     Twitter     Instagram     Gmail   

(Back to top)

college-pilot's People

Contributors

himanshu-03 avatar mahitej28 avatar maitri-vv avatar patelkhush28 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.