Skip to content

kritkrm/database_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO START THE PROJECT AT FIRST TIME!

  1. Create the database manually named database_project
  2. Copy file config/mysql.js.default to config/mysql.js
  3. edit access infomation in config/mysql.js
  4. Install dependencies npm install
  5. Run the project (in default port 3000) npm start
  6. Open the browser and browse http://localhost:3000/generate/database for creating the database schema.
  7. Browse http://localhost:3000/generate/data for generating default data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%