fdolzanes1 / RailsTodoTasks

Rails Todo Tasks - Organize it all with Todoist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Todo Tasks

Organize it all with Todoist

Built With

How to use

$ git clone https://github.com/fdolzanes1/RailsTodoTasks/

Backend

$ cd RailsTodoTasks

To get started with the app, clone the repo and then install the needed gems:

$ bundle install

Next, migrate the database:

$ rails db:migrate

You'll be ready to run the app in a local server:

$ rails server -p 3001

FrontEnd

cd tasks_client

$ npm install 
$ npm start

Software Developer


Fabiano Dolzanes

💻

About

Rails Todo Tasks - Organize it all with Todoist


Languages

Language:Ruby 54.5%Language:JavaScript 22.6%Language:HTML 16.4%Language:SCSS 3.4%Language:CSS 2.7%Language:CoffeeScript 0.4%