carlababa / NoteIT

ReactJS and Rails app to store your notes.

Home Page: https://note-it-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoteIT

NoteIT app is made to store your notes in an easy way. It was pre-designed during a hackaton and it is still being improved.

You can find the demo version at: https://note-it-app.herokuapp.com

Stack

The Application was built with ReactJS and Ruby on Rails using the gem react_on_rails that allows to render the React components into the Rails views.

Running the App

Database initialization:

rake db:create
rake db:migrate

Bundling:

bundle install
cd client && npm install

Start server:

foreman start -f Procfile.dev

About

ReactJS and Rails app to store your notes.

https://note-it-app.herokuapp.com


Languages

Language:CSS 62.3%Language:Ruby 22.1%Language:JavaScript 8.8%Language:HTML 6.8%