xiazeyu / qmdb-svr

MovieDB back-end by Node.js for CAB230 Web Computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qmdb-svr

Quick Installation

npm install import db_dump.sql to localhost MySQL server

Start

change env=production to env=development in .env if needed. npm install npm start

Miscs

  • build swagger doc: npm run build-docs
  • lint code: npm run lint
  • lint and fix code: npm run lint-fix

Test

See https://github.com/chadggay/movieapi-tests/

By

Zeyu Xia @ 2023 Queensland University of Technology

About

MovieDB back-end by Node.js for CAB230 Web Computing

License:MIT License


Languages

Language:JavaScript 100.0%