Skip to content

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

About

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

Topics

Resources

Stars

Watchers

Forks