Skip to content

Motonary/Orbit-api

Repository files navigation

Orbit

A modern todo web application.

Description

Orbit is a SPA with React.js and Ruby on Rails. You can put tasks on orbits as stars and delete them with wonderful animation so instinctively like the demo.

Demo(Click this image if gif freezes!)

Test

Requirement

  • ruby 2.5+
  • Rails 5.2+
  • React 16.3+

Set up

Build

# clone
$ git clone git@github.com:Motonary/Orbit-api.git
$ cd Orbit-api

# docker setup
$ docker-compose build
$ docker-compose up -d
$ docker-compose run --rm orbit-api bundle exec rails db:create rails db:migrate

.env

You need to get environment variables from authors to contribute to this project. At first create env file like this.

$ touch .env

and paste them.

AWS_ACCESS_KEY=######
AWS_ACCESS_SECRET_KEY=######

Author