Skip to content

palbcn/shoplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoplist server

installing

 git clone https://github.com/palbcn/shoplist.git
 cd shoplist
 npm install

running

 npm start
 open http://localhost:60784

Components

uses node.js on the server

uses plain jquery on the client

uses sqlite as backend DB

data model

The data model is a work in progress. The analysis is very initial. See shoplist.sql for the schema at this point in time.

And is still to be implemented. Currently only one table is used, the shopitems table.

security

To be designed.

The plan is to add an authorization layer based on passport with the user credentials in the database, their passwords secured with bcrypt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors