Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 297 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 297 Bytes

Node.js server

Requirements

  • Node >= v10

Prepare mysql

Initialize MySQL database with the schema defined in ../mysql_setup/ directory.

Setup

  • nvm use - set version of node using .nvmrc
  • npm i - install dependencies
  • npm start - start server locally