Skip to content

Latest commit

 

History

History
101 lines (65 loc) · 2.17 KB

File metadata and controls

101 lines (65 loc) · 2.17 KB

Study-Material-App

The motive of this website is to find the best material for students who studied in GTU. Website demo and video:-

study.material.mp4

Table of Contents


Project Structure

└── 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.json

Getting Started

Prerequisites

Before getting started with Study-Material, ensure your runtime environment meets the following requirements:

  • Programming Language: JavaScript
  • Package Manager: Npm

Installation

Install Study-Material using one of the following methods:

Build from source:

  1. Clone the Study-Material repository:
❯ git clone https://github.com/devloperds/Study-Material
  1. Navigate to the project directory:
cd Study-Material
  1. Install the project dependencies:

Using npm  

❯ npm install

Usage

Run Study-Material using the following command: Using npm  

❯ npm start

Testing

Run the test suite using the following command: Using npm  

❯ npm test