Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 675 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 675 Bytes

Deployed at https://book-swap-covid.herokuapp.com/

Book Swap

My friends and I like to swap books a lot, but it can be hard to keep track of all the books everyone has available, this web app allows individuals to upload books they have available to swap to get in touch with others.

No form of authentication - anyone can add or remove a book updated by anyone or list that any other person has a book - hopefully won't be an issue between friends.

To deploy locally

in a .env file in the root of your directory

  PGDATABASE={ your local production database name }
  PGUSER={ your database user name }
  PGPASSWORD={ your database password }```