Skip to content

An online art library to find, borrow and share artworks around the world free of charge. (Rails / Vue 2 monolith)

Notifications You must be signed in to change notification settings

petitkriket/baladin

Repository files navigation

The Passengers


This application requires:

  • Postgres
  • Ruby 2.6.5
  • Rails 5.2.0

Learn more about Installing Rails.

Getting Started

Installation :

$ rbenv local 2.6.5
$ exec bundle install
$ yarn install

Create and fill database

$ psql -U postgres
  create role pssgrs with createdb login password 'pssgrs';
  ALTER USER pssgrs WITH SUPERUSER;
  \q

$ rake db:setup

Start API, frontend and storybook

$ rails s
$ ./bin/webpack-dev-server
$ yarn storybook

Contributing

Credits

License

cc-by-sa-4.0

About

An online art library to find, borrow and share artworks around the world free of charge. (Rails / Vue 2 monolith)

Topics

Resources

Stars

Watchers

Forks