Skip to content

"Blog App" is a Full-stack app, a classic example of a blog website. The app works as a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts

Notifications You must be signed in to change notification settings

PRATAP-KUMAR/blogapp

Repository files navigation

logo

README

📗 Table of Contents

📖 Blog App

Blog App will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

🛠 Built With

Tech Stack

Client
Database

Key Features

  • Its a blog app, that displays user names and posts on a blog. It stores all user names and comments they made

(back to top)

(back to top)

🚀 API Endpoints

POST   /api/v1/register
POST   /api/v1/login            
GET    /api/v1/users/:user_id/posts/:post_id/comments                                      
POST   /api/v1/users/:user_id/posts/:post_id/comments
GET    /api/v1/users/:user_id/posts/:post_id/comments/:id
GET    /api/v1/users/:user_id/posts
POST   /api/v1/users/:user_id/posts
GET    /api/v1/users/:user_id/posts/new
GET    /api/v1/users/:user_id/posts/:id
GET    /api/v1/users
POST   /api/v1/users
GET    /api/v1/users/:id

💻 Getting Started

To get a local copy up and running, follow these steps.

git clone https://github.com/PRATAP-KUMAR/blogapp
cd blogapp
ls

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

Database

To create some data to check the blog app, use the commands in this file

Install

Install this project with:

Usage

To run the project, execute the following command:

  rails server

Run tests

Tests not yet implemented

Deployment

Not yet deployed

(back to top)

👥 Authors

👤 Christian Iradukunda B.

👤 PRATAP PANABAKA

(back to top)

🔭 Future Features

  • Setup and controllers
  • Controllers specs
  • Creating a data model

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project kindly give a start to this repository

(back to top)

🙏 Acknowledgments

I would like to thank Microverse

(back to top)

❓ FAQ

  • What is this repo for

    • Its part of Microverse Currculum for Ruby on Rails Project
  • How long did you take to build this web app

    • 3 Weeks

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

"Blog App" is a Full-stack app, a classic example of a blog website. The app works as a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published