Built using the follow technologies
- Pull down the repo using
git clone https://github.com/nearbycoder/dailystand-server cd dailystand-server- Run
bundle installto download the latests packages. - run
rails db:createto create the database - run
rails db:migrateto migrate the database - run
rails sto start the server