Giter Club home page Giter Club logo

e-learning-management-system's Introduction

Live Website Link: https://elms-88a47.web.app/

SkillsBerg Installation Manual

Prerequisites:

Operating System:

Flutter supports Windows, macOS, and Linux. Ensure that your system meets the minimum requirements.

Development Tools:

Make sure you have a code editor installed. Recommended editors include Visual Studio Code, IntelliJ IDEA, or Android Studio.

Git:

Install Git for version control.

Installation Steps:

1. Install Flutter:

Windows:

  1. Download the Flutter SDK for Windows from the official Flutter website.
  2. Extract the downloaded ZIP file to a location on your machine.
  3. Add the flutter/bin directory to your system's PATH.

macOS:

  1. Download the Flutter SDK for macOS from the official Flutter website.
  2. Extract the downloaded ZIP file to a location on your machine.
  3. Add the flutter/bin directory to your system's PATH.

Linux:

  1. Download the Flutter SDK for Linux from the official Flutter website.
  2. Extract the downloaded TAR file to a location on your machine.
  3. Add the flutter/bin directory to your system's PATH.

2. Install Dart:

Windows, macOS, Linux:

  1. Download the Dart SDK from the Dart SDK page.
  2. Follow the installation instructions provided for your operating system.

3. Firebase Functions:

Navigate to the Firebase Functions Directory:

cd skillsberg/firebase_functions

# Firebase Functions

## Installation and Setup

1. **Navigate to the Firebase Functions Directory:**

    ```bash
    cd skillsberg/firebase_functions
    ```

2. **Install Dependencies:**

    ```bash
    npm install
    ```

3. **Run Firebase Functions Locally:**

    ```bash
    firebase emulators:start
    ```

    This will start the local Firebase emulators.

4. **Deploy Firebase Functions:**

    ```bash
    firebase deploy --only functions
    ```

5. **Deploy your functions to Firebase.**

## Verify Installation:

Open a new terminal or command prompt and run the following command to verify the installation:

```bash
# Run the following command
flutter doctor

# Cloning and Running the Flutter Project

## 4. Clone the Repository

To clone the project repository to your local machine, open the terminal on your laptop/computer and paste the following command:

```bash
git clone https://github.com/tarang1998/E-learning-management-System.git

# Steps to Run a Flutter Project

## Open a Terminal or Command Prompt

Open a terminal or command prompt on your machine.

## Navigate to Your Flutter Project Directory

Use the `cd` command to navigate to the directory where the ELMS Flutter project is located. For example:

```bash
cd path/to/your/flutter/project/web

# Run the Flutter Project

Run the following command to launch your Flutter app:

```bash
flutter run

This command will compile your Flutter project and open the localhost port 8080 where your app will be running
http://localhost:8080. If 8080 port is busy or unavailable go to the port as given by VSstudio

# Hot Reload

One of the advantages of Flutter is the hot reload feature. After making changes to your code, save the file, and Flutter will automatically update the running app without restarting it.

## Stopping the App

To stop the running app, press `Ctrl + C` in the terminal.

e-learning-management-system's People

Contributors

tarang1998 avatar revanthreddymaturu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.