Skip to content

AlexKhoroshko/todo_list

Repository files navigation

TODO LIST

This is a Rails application for managing a todo list

Getting Started

To run this application locally using Docker, follow the instructions below.

Prerequisites

Make sure you have Docker and Docker Compose installed on your system.

Installation

  1. Clone this repository to your local machine.
  2. Build the Docker image:
docker-compose build
  1. Create the database:
docker-compose run web rails db:create
  1. Run the database migrations:
docker-compose run web rails db:migrate
  1. Start the application:
docker-compose up

Access the application in your web browser at http://localhost:3000.

Testing

docker-compose run web rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published