Skip to content

TatianaPan/book-swap-app

Repository files navigation

BOOK SWAP APP

Semaphore Pipeline

Context

An application allows users to create lists of their books (My library), to reserve books from other users and then to exchange these books.

Project setup

Make sure you have Postgres server v12 running locally, either installed through your favourite package manager or as a docker container:

docker run --detach --name postgres-12 -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword postgres:12

To setup your local environment:

# this includes the postgres client (required for gem pg)
brew install postgresql

# includes `bundle install` and `db:setup`
bin/setup

bin/rails server

Deployment

Deployment is automated through Semaphore promotions. Every successful push on master is automatically deployed on Staging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published