Skip to content

Assignment for Database System course. A website that read database from MySQL server, transform then display to UI.

Notifications You must be signed in to change notification settings

PhamToanDoMath/basic-website

Repository files navigation

Complete Guide to Node Authentication with MySQL

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone https://github.com/PhamToanDoMath/basic-website.git
  2. Install packages: npm install
  3. Edit the database configuration: config/database.js
  4. Create the database schema: node scripts/create_database.js
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:8080

About

Assignment for Database System course. A website that read database from MySQL server, transform then display to UI.

Topics

Resources

Stars

Watchers

Forks