derrickpersson / snowball-investments

Start small & just keep going!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  • Welcome to Snowball Investments!
  • In order to run this repo, you'll need to set up the backend & frontend.
Back End Set up
cd backend/

npm i

# Set up the database, running the docker containers in detached mode
docker-compose -f docker.compose.yml up -d # This may take a few minutes if you need to pull the images

npm run dev
Front End Set up
cd frontend/

npm i

cp .env.example .env

npm run dev
Checking things out
U: test@example.com
P: password

About

Start small & just keep going!


Languages

Language:TypeScript 61.6%Language:Svelte 33.6%Language:CSS 2.0%Language:JavaScript 1.5%Language:HTML 1.2%