Skip to content

Platform built for preparation of tech interviews, provides already asked questions in companies

License

Notifications You must be signed in to change notification settings

Interns-Aid/web-app

Repository files navigation

InternsAid

CI Deployment Codecov Code style: black pre-commit License: MIT

Internsaid = Intern's + AID (Help)

Interns AID is for interns preparing for a technical internship. An internship is the first step to a career in the software development. Most students quit early because it is difficult to pass the technical tests required by companies. As a beginner, it's stressful when you have no idea what to work on.

It is built to collect internship questions asked by companies. The questions can be homework or coding assignment type on the web platform. Anyone can add questions that have been asked.

Most companies also require a portfolio as a prerequisite. On this platform there will be volunteer mentors who will guide you on projects.

Prerequisite

Project uses black to format code and flake8 for lint. pre-commit has been used to run lint and format code before any commit.

pip install black flake8 pre-commit 
pre-commit install

Run Application

  1. Prepare .env file
    Make a copy of .env_example, rename into .env and change values as per your environment
  2. Run Flask APP
export FLASK_APP=wsgi.py
flask run

Run Test Cases

# Install Tox
pip install tox

# run tests 
tox

API Documentation

http://localhost:5000/swagger-ui/

Contribution

The goal is to build a platform that provides all the necessary resources for the preparation of a technical internship. This platform consists of different applications: Frontend, Backend, UI /UX, Admin. If you are interested in any part of the application, you can write me [rajesh.k.khadka] on gmail. If you are looking for an internship, I highly recommend you to work on it as it will boost your resume.