Skip to content

A simple MiniBlog that has pages, posts, comments and likes to post and admin (Gem an ActiveAdmin).

Notifications You must be signed in to change notification settings

vb-cmd/mini_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

351a5b7 · Oct 15, 2023

History

44 Commits
Sep 7, 2023
Aug 17, 2023
Sep 7, 2023
Sep 7, 2023
Jun 9, 2023
Apr 7, 2023
Apr 7, 2023
Apr 7, 2023
Aug 21, 2023
Apr 7, 2023
Aug 17, 2023
Apr 7, 2023
Apr 27, 2023
Aug 21, 2023
Apr 7, 2023
Aug 17, 2023
Aug 21, 2023
Aug 21, 2023
Oct 15, 2023
Jul 26, 2023
Jul 26, 2023

Repository files navigation

MiniBlog

A simple MiniBlog that has pages, posts, comments and likes to posts. Also an admin panel for management (Gem an activeadmin).

You must create and add client ID and secret key

Google

ENV['GOOGLE_CLIENT_ID'] and ENV['GOOGLE_CLIENT_SECRET']

Facebook

ENV['FACEBOOK_APP_ID'] and ENV['FACEBOOK_APP_SECRET']

PostgreSql: production

database: <%= ENV['PG_DATABASE'] %>

username: <%= ENV['PG_USER'] %>

password: <%= ENV['PG_PASSWORD'] %>

host: <%= ENV['PG_HOST'] %>

port: <%= ENV['PG_PORT'] %>

About

A simple MiniBlog that has pages, posts, comments and likes to post and admin (Gem an ActiveAdmin).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published