Skip to content

assignments-sliit/af-student-info-system

Repository files navigation

Student Information System

For SLIIT - 3rd Year - Application Frameworkds module

  • To run the application,

    • clone or download the files

      • Clone using Git

        git clone https://github.com/manobran/af-student-info-system.git
        
        git checkout master
      • Clone using GitHub CLI

         gh repo clone manobran/af-student-info-system
    • Install Dependencies

      npm -i
    • Start the server

      npm start

NOTE:

  • Do not delete the .idea file. It is being used for development session in Webstorm