/Noel-LMS

small scall lms

Primary LanguageVue

Noel-LMS

A Learning Management System for 🏳️‍🌈Noel🏳️‍🌈 Technologies

==============================================================

Local Development Project Setup

#  Install Node Dependencies
npm install

# Run the application
npm run dev

# Create python virtual environment
python -m venv .venv

# Activate python virtual environment
.venv\Scripts\activate

# Install python dependencies
(.venv) pip install -r requirements.txt

# Run Flask Application
(.venv) flask run --port=8000 --debug