Skip to content

mrjoshua22/Todoser

 
 

Repository files navigation

README

Todoser

Requirements

ruby >= 2.7.0

rails ~> 6.1.4

Installation & using

In terminal or cmd

  • $ git clone git@github.com:XaoGao/Todoser.git

  • $ gem install bundler - if needed

  • $ bundle install

  • $ cp .env.example .env

  • $ docker-compose up for postgresql in docker or $ docker-compose up -d in background

  • if the following errors

  • $ rails db:create

  • $ rails db:migrate

  • $ rails s for server starting

Then open http://localhost:3000 at your web-browser

connection error

If the following error messages appear in the console:

@@ -34,10 +49,4 @@ container needs to be recreated:
  • $ docker-compose down

  • $ docker-compose up --force-recreate

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.8%
  • Slim 8.8%
  • JavaScript 5.5%
  • HTML 4.4%
  • SCSS 0.6%
  • Gherkin 0.5%
  • Other 0.4%