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.gitInstall the dependencies:
bundle installSetup the database:
rails db:create
rails db:migrateRun the server:
rails serverFinally, open your browser and type localhost:3000

