/ApeX-Server

This is the repository for backend code of ApeX, an application mimicking reddit.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

ApeX Backend

Build Status

Brief Description

This is the repository for backend code of ApeX, an application mimicking reddit.

Utilized Technologies

  1. Laravel (A PHP Framework).
  2. PHPUnit (For Unit Testing).

Installation Guide

composer install
copy .env.example .env
php artisan key:generate
php artisan migrate
php artisan DB:seed
php artisan jwt:secret
php artisan storage:link

Host IP

http://35.232.3.8/