Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.37 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.37 KB

KNTAW

This application was created for learning purposes for Koło Naukowe Tworzenia Aplikacji Webowych: the academic circle in Politechnika Wrocławska.

WykopApp

This application is the changed verion of pwr-workshop-2. You can see the list of most changes in this pull request.

Setup

$ git clone [email protected]:hussar-academy/pwr-workshop-3.git
$ cd pwr-workshop-3
$ bundle install
$ bundle exec rake db:setup
$ bundle exec rails s

Database

The default database adapter is MySQL. If you want to use Postgresql or SQLite you can find configs in config/ directory.

$ ls config/
database.yml
database.psql.yml
database.sqlite.yml

The database.yml file is config that is used, so you can just replace it with the one you wish to use.

Assignments to solve.

Cheatsheet with tips helpful in solving the assignments.

directories

Feedback

We would love your feedback after the workshop. It's very important to us, so we can improve for our next meetings :)