Skip to content

mirette3/TheFirstProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheFirstProject : A different Learning Management System

Team :

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About LMS

E-learning application that allows the learner to participate in multiple courses and tracks that provide communication between the learner and the author

Getting started

Rerequisites:

How To Work

1- Go to your local workspace directory

$ cd ~/workspace

2-Clone your project to your device.

$ git clone https://github.com/omarokasha1/TheFirstProject.git

3- Next, go into the just created directory.

$ cd TheFirstProject-master/

Import project to the Android Studio IDE

  1. Open Android Studio IDE.
  • FileOpenChoosing the project from the device
  1. Click project to import to Android Studio
  2. Add flutter SDK for the project
  • FilesettingsLanguages & FrameworksFlutterAdd SDK file
  1. Adding a package dependency to an app
$ flutter pub get  
  1. Run Flutter in emulator
$ flutter run

Import Backend project to Visual studio code IDE

  1. Open Visual studio code IDE.
  • FileOpenChoosing the project from the device
  1. Click project to import to Visual studio code

Run the project on a local Server

In the command line, run cd to change directories to the folder we just cloned from GitHub.

$ cd ~/workspace
  • add those lines in package.js file
 "scripts": {
    "start": "nodemon server.js"
  },

run npm start which will start the local server.

$ npm start

License

  • Open-source software

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 54.5%
  • Makefile 41.6%
  • CMake 1.2%
  • C++ 0.7%
  • HTML 0.7%
  • Java 0.6%
  • Other 0.7%