The motive of this website is to find the best material for students who studied in GTU. Website demo and video:-
study.material.mp4
└── Study-Material/
├── README.md
├── client
│ ├── .gitignore
│ ├── package-lock.json
│ ├── package.json
│ ├── public
│ └── src
├── package-lock.json
└── server
├── .gitignore
├── README.md
├── Routes
├── app.js
├── db.js
├── package-lock.json
└── package.jsonBefore getting started with Study-Material, ensure your runtime environment meets the following requirements:
- Programming Language: JavaScript
- Package Manager: Npm
Install Study-Material using one of the following methods:
Build from source:
- Clone the Study-Material repository:
❯ git clone https://github.com/devloperds/Study-Material- Navigate to the project directory:
❯ cd Study-Material- Install the project dependencies:
❯ npm installRun Study-Material using the following command:
Using npm
❯ npm startRun the test suite using the following command:
Using npm
❯ npm test