Skip to content

trevorpfiz/batchprot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Guide

Introduction

This User Guide provides an overview of the initial steps required to get the application running and additional steps for continued development.

Pre-requisites

Getting Started

  1. Clone the project and install dependencies

    • Clone the repository:

      git clone <your-repo-url>
    • Install dependencies:

      pnpm i
    • Install Python dependencies:

      uv sync
  2. Set up Local Development Environment

    • Login to AWS SSO:

      pnpm sso
    • In a new terminal, spin up the development infrastructure:

      pnpm dev
    • In another terminal, start the local PostgreSQL database in a Docker container:

      pnpm start:db
    • Run database migrations to set up the schema:

      pnpm db:migrate

Deployment to Production

  1. Configure Domain

  2. Deploy Application

    • Deploy the SST application to production:

      pnpm sst:deploy
  3. Database Migration

    • To connect to the production database locally, run the following command to open a tunnel:

      sst tunnel --stage production
    • With the tunnel active, run migrations to set up the production RDS schema:

      pnpm db:migrate:prod

Done! The app should be successfully deployed.

About

Protein physicochemical dashboard for running batch analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published