Skip to content

sekmo/myNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyNotes

A web application for writing down your thoughts!

Yeah, it's scientifically proven that writing down your thoughts leads to mental and physical improvements! Build a new healthy habit!

My first Rails project, to tinker with:

  • the Rails MVC architecture
  • rspec, capybara, factory_girl, faker
  • scss, haml, smacss & bem conventions
  • devise
  • kaminari
  • some jquery
  • nginx configuration and deployment on digital ocean

Demo at https://mynotes.sekmo.cc

Installation

Run:

bundle
bin/rails db:create db:migrate
bin/rails s

App is running at localhost:3000.

Test

Run:

bundle exec rspec

About

Rails app for writing down your notes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published