Skip to content
/ BlogApp Public

This project is a Twitter-styled microblog, with only users and short(micro) posts. Users have a unique identifier called id(of type integer), a publicly viewable name(of type string), and an email address(also of type string) that will double as a unique username. You can create, edit and destroy posts on the blog.

Notifications You must be signed in to change notification settings

udberg/BlogApp

Repository files navigation

Blog App - Ruby On Rails

Status Github Issues GitHub2 Pull Requests License Made By Twitter Follow


📝 Content

About   |    Installing   |    Built with   |    Authors

🧐 About

This project is a Twitter-styled microblog, with only users and short(micro) posts. Users have a unique identifier called id(of type integer), a publicly viewable name(of type string), and an email address(also of type string) that will double as a unique username. You can create, edit and destroy posts on the blog.


🔧 Built with

  • Ruby on Rails

🛠 Installing

  • Clone the repo https://github.com/udberg/BlogApp.git
  • Run bundle install to install all the gems
  • Setup your database by:
    • Adding your db credentials in the config/database.yml file
    • Run rails db:create db:migrate to setup your db
  • Run rails s to start the server
  • Open the server displayed on your terminal on your browser

✒️ Author

👤 Uduak John

🤝 Contributing

  • Clone the repo https://github.com/udberg/BlogApp.git
  • git checkout -b 'Branch Name'
  • All your changes
  • git add .
  • git commit -m 'Your contribution'
  • git push -u origin Branch Name

👍 Show your support

Give a ⭐️ if you like this project! They're free...

📝 License

I share this project under GNU GENERAL PUBLIC LICENSE, so everybody can reuse and modify it. For any external content (e.g. logo, images, ...), please contact the proper author and check their license of use. Thank you!

Template made by Uduak John

About

This project is a Twitter-styled microblog, with only users and short(micro) posts. Users have a unique identifier called id(of type integer), a publicly viewable name(of type string), and an email address(also of type string) that will double as a unique username. You can create, edit and destroy posts on the blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published