Skip to content

Score system (version: 1.4). The system includes the function of entering, editing and deleting scores for each item of a student, displaying the total score and total score of each week for a student.

Notifications You must be signed in to change notification settings

vietrux/Scores-System-Ver-1.4

Repository files navigation

Conscious score system (version: 1.4)

License: GPL v3 contributions welcome

(Score-System-Ver-1.4)

This is a mini project of Viet Trung. Used to import, edit, delete and display the class consciousness scoreboard.

Table of contents

Demo

LINK: Die

Feature summary

The system includes the following features:

  • Allow login to:
    • Create, edit, delete student information, week
    • Create, edit, delete weekly points
  • Display student scores each week
  • Displays a student's total score for the week
  • Show the whole class's transcript
  • Change the interface light and dark

Version 1.4 what's new

  • Super powerful interface update!
  • Fix the main menu is hidden when in mobile mode
  • Add dark mode

Frameworks, libraries,...

Setting

To run this project, install it locally using yarn (or npm):

  • Setting:
yarn install
  • start the project:
yarn start
# or
yarn developer

Notice!

The default path is: http://localhost:9001 (*http://127.0.0.1:9001 *)

Change API_PATH and MONGO_URL in .env in order to run the project normally.

  • API_PATH: is the API path, replace http://localhost:9001 with your website URL
  • MONGO_URL: is the path to your database, get MONGO_URL at mongodb.com

Change ADMIN_PASSWORD in .env change admin password .

The database structure is located in the utils directory

Bonus (for teachers): Change the number of weeks exist at API.JS

Report an error

If there is an error or any problem, please report an error here

License

ScoreSystemVer1.4 is a free and open source website. All source code of ScoreSystemVer1.4 is released under the terms of the GNU General Public License v3.0.

About

Score system (version: 1.4). The system includes the function of entering, editing and deleting scores for each item of a student, displaying the total score and total score of each week for a student.

Topics

Resources

Stars

Watchers

Forks