Welcome to the free world
- A website that allow you to leave notes and comments anonymously.
Go to the website Here
- First, clone this repo to your local mechine with git command.
git clone https://github.com/YatoAki/leave-a-note
- Go to the cloned source code dictionary.
cd ./leave-a-note
- Install the required gems
bundle install
- Migrate the database
rails db:migrate
- Seed the database (Optional)
rails db:seed
- Run the rails server
rails server
- Go to
http://localhost:3000/
in your broswer
- Title, body, status
- has many comments
- Commenter, body
- belong to article
- index, show, new, create, edit, update, destroy
- create, destroy
- Edit & Destroy method can only be accessed by Admin