Database group project - basically an imgur clone
Installing and running Pyc locally will require installing Ruby, Rails, and this codebase.
To install Ruby, choose one of the installation methods on this website. RVM was used for Linux machines working on this project.
To install Rails, visit this informative page to get started.
In order to upload images, imagemagick must be installed.
Lastly, to get Pyc running locally follow these steps:
- Navigate to the project directory for Pyc
- Run
bundle install - Run
rake db:migrate
You should now be able to run the command rails s and visit localhost:3000 in your browser to see Pyc running locally.