Skip to content

This app is for multi-user blogging. Users can choose between being a subscriber, an author, or an administrator. Users have different levels of access depending on their responsibilities. Before they may do certain tasks, users must be authenticated. I've integrated Disqus and Mailtraps to make posting comments and sending bulk emails easier. I…

Notifications You must be signed in to change notification settings

happiguru/Multi-User-Blogging-App

Repository files navigation

visitors

Multi User Blogging App Built With Laravel (PHP, Mysql)

This app is for multi-user blogging. Users can choose between being a subscriber, an author, or an administrator. Users have different levels of access depending on their responsibilities. Before they may do certain tasks, users must be authenticated. I've integrated Disqus and Mailtraps to make posting comments and sending bulk emails easier. It now has a slew of additional features.

In this project I build a RESTFUL API/CRUD application using laravel.

  • Admin Dashboard
  • Multi Roles
  • Authentication
  • Eloquent and more

screenshot

This project was built with:

  • PHP. v7.2.3
  • Laravel 5.6.*
  • Composer 2.0
  • Laravel File Manager

🛠 Getting Started

Install

In order to run, you need to install Laravel in your computer. Follow the Laravel step by step installation guide by visiting the following link (https://laravel.com/docs/8.x/installation) to get intructions on how to intall it.

Run the application

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

  • Open a terminal
  • Clone this repo using: git clone "https://github.com/happiguru/Happi_Blog"
  • Create a mysql database
  • Change mysql information on the env file
  • Run php artisan serve on the terminal

Open app in browser

  • When the program is running go to your browser
  • put: localhost:8000/posts
  • Click on login, register and Sign up as a new member
  • Enjoy the app

✒️ Authors

👤 Stanley Enow Lekunze

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.

About

This app is for multi-user blogging. Users can choose between being a subscriber, an author, or an administrator. Users have different levels of access depending on their responsibilities. Before they may do certain tasks, users must be authenticated. I've integrated Disqus and Mailtraps to make posting comments and sending bulk emails easier. I…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages