Skip to content

chasdl/thirdave-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thirdave-prayer

App

Backend Requirements

  • Docker
  • Docker Compose

Frontend Requirements

  • Node.js (with npm)

Backend local development

  • Start the stack with Docker Compose:
docker-compose up -d

Migrations

docker-compose exec backend bash
  • After changing a model, inside the container, create a revision, e.g.:
alembic revision --autogenerate -m "Add column last_name to User model"
  • Commit to the git repository the files generated in the alembic directory.

  • Run the migration in the database:

alembic upgrade head

Frontend development

  • Enter the frontend directory, install the NPM packages and start the live server using the npm scripts:
cd frontend
npm install
npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published