Skip to content

ETSY clone for French market developed by a team of three Rails junior devs

Notifications You must be signed in to change notification settings

CoincoinNico/buylocally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buylocally

ETSY clone for French market developed by a team of three Rails junior devs

1. Start by setting up a database.yml file in config :

default: &default adapter: postgresql encoding: unicode pool: 5

development: <<: *default database: buylocally_development

test: <<: *default database: buylocally_test

production: <<: *default database: buylocally_production username: buylocally password: <%= ENV['BUYLOCALLY_DATABASE_PASSWORD'] %>

About

ETSY clone for French market developed by a team of three Rails junior devs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published