Skip to content

joeljosephreji/Classroom-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom-Management-System

#Create a folder config and save the below code as config.json with appropriate credentials { "development": { "username": "", "password": "", "database": "project", "host": "localhost", "dialect": "mysql", "operatorsAliases" : "false" }, "test": { "username": "", "password": "", "database": "project", "host": "127.0.0.1", "dialect": "mysql" }, "production": { "username": "", "password": "", "database": "project", "host": "127.0.0.1", "dialect": "mysql" } }

#future work drop down exam id at add result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.0%
  • HTML 25.4%
  • CSS 4.6%