/tefaren-be

Back-end Environment for TEFA.

Primary LanguagePHP

TEFAREN-BE

Teaching Factory Resource Empowerment Network Back-End

Description

Back-End for fe-tefaren

Getting Started

Dependencies

Installing

  • Clone this repository
git clone https://github.com/shinyPy

You can just use Github Desktop for this

  • Rename .env.example to .env and configure the setting to your liking.
  • Run this command to generate JWT Key
php artisan jwt:secret
  • Migrate and seed the database.
php artisan migrate --seed

Then run this command

php artisan serve