Skip to content

nmatei/warranties-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warranties List APP

A simple app using node & express for managing warranties

Live Preview

Open index.html

Content

  • CRUD operations:
    • Create
    • Read
    • Update
    • Delete
  • Search
    • by: name, price, date

Setup

git clone git@github.com:nmatei/warranties-list.git
cd warranties-list
npm install

Import DB

  • create new DB and name it warranties,
  • import public/data/warranties.sql into it
  • now you should have products table inside with few examples

Running app

npm run devstart

open http://localhost:3000/index.html

About

warranties-list app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published