Skip to content

A typescript app to get annonymus user feedback that uses better-sqlite3 and express.js

Notifications You must be signed in to change notification settings

jcfn19/anonymous-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Annonymus-feedback

A typescript app to get annonymus user feedback that also gets the time, os and url. The app uses better-sqlite3 and express.js.

How to run the ts app

Redirect to the dist folder and run node index.js incase this doesn't work make sure you have installed the npm packages.

The npm packages are as follows, you can check if you have them installed via running npm list --depth=0.

Ounce installed if it still doesn't work run npx tsc .

Database structure

The database structure looks like this.

id feedback time os url
integer text text text text
primary key
autoincrement
not null

About

A typescript app to get annonymus user feedback that uses better-sqlite3 and express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published