Skip to content

dpaez16/Prime-Shine-Accounting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime-Shine-Accounting

Full-stack React app that allows for easy bookkeeping for Prime Shine Cleaning.

Setting up dev environment

  1. You will need a .env file with the following:
  • USER_ID := ID of the user that running the dev environment (id -u).
  • USER_GROUP := Group ID of the user that is running the dev environment (id -g).
  • JWT_TOKEN := String used for generating JSON Web Tokens.
  • WAVE_TOKEN := API token supplied by WaveApps.
  • POSTGRES_DB := Name of the database where the tables will be stored.
  • POSTGRES_USER := Database username.
  • POSTGRES_PASSWORD := Database password.
  • POSTGRES_HOST := URI pointing to the database.
  1. Add this entry to your /etc/hosts file:
127.0.0.1 local.prime-shine-cleaning.com
  • C:\Windows\System32\drivers\etc\hosts is the Windows equivalent.
  1. Start the application:
docker compose up -d

TODOs:

About

Simple full-stack app that allows for easy bookkeeping for Prime Shine Cleaning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors