Skip to content

Starlank/RegisterWeb-NodeJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic description

Browser based register application that interacts with a PostgreSQL database. Implemented in NodeJS with typescript, restify, 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://uarkregservnodejsweb.herokuapp.com/

About

Browser based register application. Developed in NodeJS (w/ typescript, express, and the sequelize ORM) using the Visual Studio Code IDE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 63.0%
  • JavaScript 17.1%
  • HTML 11.8%
  • CSS 8.1%