- Clone the repo https://github.com/DnevnikRu/loadresult.git
bundle installto install all necessary dependenciesbundle exec rake db:setupto create the database, load the schema and initialize it with the seed datarails serverto run the application- Go to
http://localhost:3000in a browser
brew install postgrespg_ctl -D /usr/local/var/postgres startpsqlCREATE USER postgres SUPERUSER;