- Start the project locally
- Ruby 2.6.3
- Ruby on Rails 5.2.6
- PostgreSQL 12.9
- Puma as a web server
$ git clone [email protected]:Sv-Shok/checklist_manager.git
$ bin/setup
or
$ bundle install
- Open terminal.
- Run
rails serverto start application. - Open http://localhost:3000 to view it in the browser.
If you have problems after starting the server, try these commands rails db:migrate,
or if it does not work try rails db:create after rails db:migrate and restart server