Internship tool

Internship tool is a web application that helps supervisors to manage their interns and their tasks.

It also helps interns to manage their tasks and to communicate with their supervisors.

Installation and run

Use the package manager pip to install the required packages.

pip install -r requirements.txt

Define the environment variables for creating the admin user:

export ADMIN_NAME=Admin
export ADMIN_EMAIL=admin@email.com
export ADMIN_PASSWORD=123123
export APP_SECRET_KEY=ppAJfhd6BrVROWYj4QRFrJdELhSfvn5j

Run the application:

python -m flask run