Skip to content

hungmi/simple_note

Repository files navigation

Simple Note

Installing

  1. cd to your code folder and clone this repository by git clone https://github.com/hungmi/simple_note.git
  2. cd simple_note
NOTE: this will drop your current database
  1. Run rails db:reset to drop and create a new database for this app
Instead of dropping the database:
  1. Run rails db:seed to generate a test notebook and some test payments (your database won't be dropped)

Final

run rails s to start the local server and you can visit https://localhost:3000


Default admin user

name: test
password: 123456

About

A simple Rails app to track expenses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published