Skip to content

felixcatto/tiny-tiger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

SPA app using fastify + react + postgress + objection orm. Yet another todolist 😄. Also have users and authentification.

Features

  • Vite for frontend bundling and dev server setup 🔥
  • SSR
  • Caddy in front of Node for caching, serving static content and load balancing on 3 instances of app.
  • One button deploy *. So you need only Docker and Git installed on server. Node, Postgress and Caddy will be handled via Docker.

Commands

Development

git clone https://github.com/felixcatto/tiny-tiger.git
cd tiny-tiger
make install         # only first time, install node packages
make database-build  # only first time, download database image
make database-up
make migrate         # only first time, create database structure
make database-seed   # only first time, for prepopulate database
make start

then go to http://localhost:3000

Deploy

git clone https://github.com/felixcatto/tiny-tiger.git
cd tiny-tiger
make compose-build
make compose-up
make compose-migrate # only first time, create database structure
make compose-seed    # only first time, for prepopulate database

then go to http://localhost/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published