Eduvos-Books/README.md
2025-09-30 16:19:42 +02:00

772 B

Eduvos Books

A simple web app allowing users to download PDF books for their subjects.

Note

No textbooks are included in this git repo. All books are stored in the folder files, seperated into subfolders for each subject.

Setup and installation

NodeJS and NPM are required (NPM should be packaged with standard NodeJS install) [https://nodejs.org/en]

Clone the project onto your local machine with

  git clone https://git.bttstudios.co.za/Thomas_Dev/Eduvos-Books.git

Install required project files with

  cd {project_location}
  npm install

Create your files location, and populate it with your files (can be within subfolders)

  mkdir files

Launch the project by running

  node app.js