- STEM eLearning platform is designed to provide resources and courses for learners interested in Science, Technology, Engineering, and Mathematics.
- Python 3.10 or higher
- Install Git
-
Clone the repository:
git clone https://github.com/your-username/STEM-eLearning
-
Create and activate a virtual environment:
-
Navigate to the
cd STEM-eLearning/
folder- On Windows:
python -m venv venv
source venv/Scripts/activate
-
On macOS/Linux:
python3 -m venv venv
source venv/bin/activate
- On Windows:
-
Install the dependencies:
pip install -r requirements.txt
-
Run the application:
-
Navigate to the app folder
python app.py
The application should now be running on
http://127.0.0.1:5000
.
- Deployment
-
To deploy the application on vercel ,navigate to the root directory ,use the following command prompts
-
npx vercel --prod
-
- Navigate to the home page to explore the courses.
- Register or log in to access more features.
- Use the Resource Hub to find additional learning materials.