Skip to content

A full-stack web application that provides a collection of free books, articles, courses for users to learn programming, development, and other aspects of technology.

License

Notifications You must be signed in to change notification settings

ovezovs/open-source-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source Resources Library Open Source Library Logo

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.

Contributing

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

About

A full-stack web application that provides a collection of free books, articles, courses for users to learn programming, development, and other aspects of technology.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published