Skip to content

The application aims to empower engineering students with personalized career guidance and a structured roadmap to pursue their dream roles

Notifications You must be signed in to change notification settings

EMMUUU28/KLEOS2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyLab Django Project Setup

This README provides the steps to run Tha StudyLab Django project.

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)

Installation

  1. Create a Virtual Environment:

    • On macOS and Linux:
      python3 -m venv env
    • On Windows:
      python -m venv env
      
  2. Activate the Virtual Environment:

    • On macOS and Linux:
      source env/bin/activate
    • On Windows:
      .\env\Scripts\activate
  3. Install Project Dependencies:

    • With the virtual environment activated, install the project dependencies using pip:
      pip install -r requirements.txt
      pip install django-pwa
      pip install roadmapper

Running the Project

  1. Set Environment Variables:

    • Set up .env
  2. Apply Migrations:

    • Apply the database migrations using Django's management command:
      python manage.py migrate
      python manage.py makemigrations
  3. Start the Development Server:

    • Django comes with a built-in development server.
      python manage.py runserver
  4. Visit the Application:

    • Open your web browser and navigate to http://127.0.0.1:8000/.

About

The application aims to empower engineering students with personalized career guidance and a structured roadmap to pursue their dream roles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published