Skip to content

devscend/supabasePayroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supabasePayroll

Payroll schema using supabase (postgresql) + nodeJs

Hot is works

Using the supabase API reference to make queries (Link) a simple normalized relational database is used to store event records like vacations, day offs, etc.

the sql/ folder contain the CREATE TABLE code for the schema

Requirements

A supabase project must be created (Link), then, to store the supabase Url and anon Key, a .js file namded "supabaseUrlKey" with the next data structure:

module.exports = {
    supabaseUrl: "",
    supabaseAnonKey: ""
}

About

Simplified schema for a payroll database using supabase and NodeJs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%