Open-Source Resources Library is a platform that provides a collection of free open-source books, articles, videos, courses, and learning tracks for students to learn programming, different types of development, and other aspects of technology.
Fork this repo and clone the forked repository
Open the project directory and create a virtual environment and activate it
cd open-source-library
python -m venv venv
# Activating on Mac/Linux:
source venv/bin/activate
# Activating on Windows:
.\venv\Scripts\activate
Install the project dependencies:
pip install -r requirements.txt
Run the app:
flask run