Skip to content

khoindd2000/sms

 
 

Repository files navigation

School Management System Version Version Version

[Using ExpressJS]

Hi there!

[For a better instruction README.md, please let me know: katyperrycbt@gmail.com]

Prerequisite Knowledge

HTML, CSS, JavaScript, Bootstrap and ofc Expressjs (Nodejs)

How to clone and stay updated

Clone:

git clone https://github.com/katyperrycbt/sms.git
cd sms
npm install

See: [Before you run]

Stay updated:

git pull origin main

Before you run

Make sure you have already installed Nodejs, Expressjs.

In the cmd prompt, powershell

First

npm install express --save
npm install

Further module-errors handling:

npm install module_name --save

Next

[Important]

Create a file named .env with the content:

cookie_secret=anything

(Note: 'anything' means any string you prefer. Learn more: cookie-parser)

Start the server

Activate auto-opening browser:

  • Open file: sms.js
  • Scroll down to the end, change this:
  // open('http://localhost:6969/', {app: edge});
  • Into this:
  open('http://localhost:6969/', {app: edge});

(Note: Maybe you need to change the value of edge into your exactly directory of your browser .exe file)

  • Finally:
npm start

About

Hi there! This is our project about the school management system (pending...) on a small scale (as students). Hope you will find out something helpful.

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Pug 50.3%
  • JavaScript 47.8%
  • CSS 1.9%