Skip to content

libeyondea/backend-forum-example

Repository files navigation

GitHub issues GitHub closed issues GitHub forks GitHub stars GitHub package.json version GitHub license


Backend Forum Examples

Explore the docs »
View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Libraries used in the project

Built With

Getting Started

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

Prerequisites

  • npm v6.14.9

  • node v14.15.3

  • composer v2.0.12

  • php v7.4.9

Installation

  1. Open cmd

  2. Clone the repo

git clone https://github.com/libeyondea/backend-forum-example.git
  1. Open folder
cd backend-forum-example-master
  1. Install packages
composer install
  1. Run project
php artisan serve
  1. Install frontend project

https://github.com/libeyondea/frontend-forum-example.git

Usage

After successful installation, access the address http://localhost:8000

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @libeyondea

Email - libeyondea@gmail.com

Other Project: https://github.com/libeyondea

Acknowledgements