Skip to content

chimobi-justice/learn-hub-backend

Repository files navigation

API Docs Api Docs

Learn-hub

This is the backend api for learn-hub community portal.

Requirements

The following tools are required in order to start the installation.

Installation

  1. Clone this repository with git clone https://github.com/chimobi-justice/learn-hub-backend.git
  • Change directories into learn-hub-backend
  • cd learn-hub-backend
  1. Run composer install to install the PHP dependencies
  2. Set up a local database called learn-hub or create a sqlite databse with
  • touch database/database.sqlite
  1. Create the .env file by duplicating the .env.example file
  • cp .env.example .env
  1. Set the APP_KEY value
  • php artisan key:generate
  1. Set the JWTAuth secret key used to sign the tokens
  • php artisan jwt:secret
  1. Start the application

Please note if you're using Herd just install and start your application.

You can now visit the app in your browser by visiting http://learn-hub-backend.test.

Some required credentials

CLOUDINARY_URL=

Maintainers

The Learn-hub community portal is currently maintained by Justice Chimobi. If you have any questions please don't hesitate to create an issue on this repo.

About

Backend API for learn-hub.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages