This is a simple book hosting website, for textbook PDF's for Eduvos Bedford IT students.
Go to file
2025-09-30 16:19:42 +02:00
logs Published code to public 2025-09-30 15:52:54 +02:00
public Published code to public 2025-09-30 15:52:54 +02:00
.gitignore Published code to public 2025-09-30 15:52:54 +02:00
app.js Published code to public 2025-09-30 15:52:54 +02:00
logger.js Published code to public 2025-09-30 15:52:54 +02:00
package-lock.json Published code to public 2025-09-30 15:52:54 +02:00
package.json Published code to public 2025-09-30 15:52:54 +02:00
README.md Update README.md 2025-09-30 16:19:42 +02:00
security.js Published code to public 2025-09-30 15:52:54 +02:00

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