Skip to content

A simple notes app built using Ruby on Rails and Bootstrap.

Notifications You must be signed in to change notification settings

f-idiris/notesapp-rails

Repository files navigation

NotesApp

A simple web application for writing and organizing notes.

image

image

Technologies used

  • Ruby on Rails 7
  • Bootstrap 4
  • HTML
  • CSS
  • SQLite

Getting started

Clone the project onto your local machine:

git clone https://github.com/f-idiris/notesapp-rails.git

Install the dependencies:

bundle install

Setup the database:

rails db:create
rails db:migrate

Run the server:

rails server

Finally, open your browser and type localhost:3000