Skip to content

A simple todo app with react and react calendar and a rails backend.

Notifications You must be signed in to change notification settings

Allanon29/taskapp

Repository files navigation

How to setup the task app

It is required to have a PostgreSQL server running on your machine to be able to start this app. Ruby 2.6.5 is preferred.

  1. Run bundle install

  2. Create a .env file with the following env variables: TASKAPP_DATABASE_PASSWORD, POSTGRES_PORT

  3. Run bundle exec rake db:create

  4. Run bundle exec rake db:migrate

  5. Run bundle exec rake db:seed

  6. Start the app with rails s command

About

A simple todo app with react and react calendar and a rails backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published