Team: Sagar Sahu, Dhanush Ananthkar, Cole Augusta
SwiftHire is an innovative web application, aiming to make applying for jobs quick and accessible for everyone. We hope to move past the days of filling out lengthy applications where people searching for jobs are scared and unsure about the job searching process. By simplifying the application process, centralizing information, and offering personalized job recommendations, it empowers both job seekers and employers to make more informed and efficient decisions, ultimately transforming the way we approach job applications in today's competitive job market.
Download and install Node.js using the following link: https://nodejs.org/en/
Download and install the MongoDB community server using this link: https://www.mongodb.com/try/download/community
Download both Backend and Frontend ZIP files from GitHub.
Go to Code->Local->Download ZIP on each link. Extract both ZIP files to the same directory.
Clone the SwiftHire repository using git clone.
Open a command prompt window (cmd). Type the following command with the directory to your Backend folder in quotes:
cd "INSERT THE DIRECTORY TO YOUR BACKEND HERE"
In the same command prompt, run the following command: npm install.
Open a new command prompt window (do not close the previous tab). Run the following command with the directory to your Frontend folder in the quotes:
cd "INSERT THE DIRECTORY TO YOUR FRONTEND HERE"
In the same command prompt, run the following command: npm install.
In each command prompt tab, run the following command: npm start.
The program should start, and you will be directed to the SwiftHire web app, running actively on localhost. Enjoy!
Note: You will also need to install other modules and libraries from npm, including mongoose, react-router-dom, react-create-app, and cross-env.
We welcome contributions from the community and look forward to collaborating with developers and software enthusiasts who share our common vision. Please don't hesitate to contact us with any questions or concerns. Thank you!
This software is released under the MIT License. You are free to use, modify, and distribute the software as per the terms outlined in the license. These contributions are provided in adherence to the principles and guidelines of open-source development.