overkill button counter
i hate readmes without pics showing what the program looks like
TypeScript, Express, PostgreSQL, HTML/CSS, Docker, Cloud Run, Cloud SQL, Google Cloud (for cloud deployment), Jest, <\insert trendy technology>
https://button-server-538186000397.us-east4.run.app/
npm install
npm run dev
# starts nodemon and watches for changes in /srcnpm run test- for regular docker
docker build -t button-server -f Dockerfile .
docker run --expose 80 --name server-1 button-server - for docker compose
docker-compose -f docker-compose.base.yml build
docker-compose -f docker-compose.base.yml up -d- create a pqsql db
- copy env.template to a new .env file with db credentials
- run this cmd in dir root
npm install # if you haven't alr
npm run build
npm run start- navigate to http://localhost:3000