Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 761 Bytes

File metadata and controls

16 lines (12 loc) · 761 Bytes

Basic description

Browser based register application that interacts with a PostgreSQL database. Implemented in NodeJS with typescript, express, and the sequelize ORM. Edited in Visual Studio Code.

If a "PORT" environment variable has not been defined then the application currently defaults to port 15100 (see ./src/app.ts).

To start via the terminal navigate to the source code directory and run the following commands (after install "rebuild" will be run automatically)...
$ npm install
$ npm run (re)build
$ npm run start

Landing page (list available products)

https://uarkregappnodejs.herokuapp.com/

Helper links

EJS Linter

https://stackoverflow.com/questions/48140310/how-to-use-ejs-lint-in-cli/48183883#48183883