A simple web application for writing and organizing notes.
- Ruby on Rails 7
- Bootstrap 4
- HTML
- CSS
- SQLite
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