Skip to content

This webapp can be used to record, display, compare and analyse scores of students in different subjects and to generate proper suggestions for improvement of students performance in future.

parasKumarSahu/Student-Performance-Management-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart - Build your own Docker image#

Build the Docker image using the following command

$ docker build -t nodejs-express:<tag> .

Run the Docker container using the command below.

$ docker run -d -p 8080:8080 nodejs-express:<tag>

Quickstart - git based pipeline

Follow the steps mentioned below for git based pipeline

  1. Ensure that you have a git project

  2. Edit app/src/server.js

  3. Commit your changes

    $ git add .
    $ git commit -m "message"
  4. Push the changes to git

    $ git push <remote> master

Advanced usage

Port

Default Port for application is 8080 .

About

This webapp can be used to record, display, compare and analyse scores of students in different subjects and to generate proper suggestions for improvement of students performance in future.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published