Skip to content

vardhansanagapalli/-TeamSatty-s-Interview-Prep-Asst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamSatty's Interview Preparation Assistance

Welcome to TeamSatty's Interview Preparation Assistance! This repository contains the codebase for a comprehensive web application designed to help users prepare effectively for job interviews. Our platform offers a variety of resources, tools, and practice questions to ensure users are well-prepared and confident.

Access Our Site At:

https://team-satty-s-interview-prep-asst.vercel.app/#

Project Overview

TeamSatty's Interview Preparation Assistance is a web-based application focused on providing a seamless and interactive experience for individuals preparing for job interviews. Our goal is to equip users with the necessary knowledge and skills through curated content and interactive features.

Features

  • Programming Tests: Engage in a variety of coding challenges and tests to sharpen your programming skills.
  • Resume Building: Utilize our resume builder to create a professional and impactful resume.
  • Tips and Tricks: Access expert advice and strategies to excel in your interviews.
  • Feedback: Receive personalized feedback on your practice tests and resume to improve continuously.

Technologies Used

Frontend

  • HTML: Structure the web pages and content.
  • CSS: Style the web pages for an enhanced user experience.
  • JavaScript: Add interactivity and dynamic content to the web application.

Backend

  • Node.js: Handle server-side logic and API requests.

Database

  • MySQL: Store user data, practice questions, and other relevant information.

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js and npm installed
  • MySQL database setup

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/TeamSatty-Interview-Preparation.git
    cd TeamSatty-Interview-Preparation
  2. Install dependencies:

    npm install
  3. Set up the database:

    • Create a MySQL database.
    • Import the provided SQL schema and data.
  4. Configure environment variables:

    • Create a .env file in the root directory.

    • Add the following variables:

      DB_HOST=your_db_host
      DB_USER=your_db_user
      DB_PASSWORD=your_db_password
      DB_NAME=your_db_name
      
  5. Start the server:

    npm start
  6. Open your browser and navigate to http://localhost:3000.

Contributing

We welcome contributions from the community! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or feedback, please reach out to us at vveda@gitam.in


We hope TeamSatty's Interview Preparation Assistance helps you in your job interview journey! Good luck!

About

This Repo is made for GITAM - Hackathon Phase I

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors