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.
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
- Prepare
.env
file
Make a copy of.env_example
, rename into .env and change values as per your environment - Run Flask APP
export FLASK_APP=wsgi.py
flask run
# Install Tox
pip install tox
# run tests
tox
http://localhost:5000/swagger-ui/
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.