Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (31 loc) · 740 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 740 Bytes

Store Management System for CMPS277

Tech

We use a number of open source projects to work properly:

Installation

requires Node.js to run.

add a file named nodemon.json in the root directory with the following config:

{
    "env": {
        "CLEARDB_DATABASE_URL": ""
    },
    "ext": "js pug"
}

Install the dependencies and devDependencies and start the server.

$ npm install
$ npx nodemon