Skip to content

Atur-Aja/AturAja-Backend

Repository files navigation

AturAja-backend

AturAja adalah aplikasi scheduling sederhana dengan fitur kolaborasi jadwal

Use PHP Composer + Artisan

Make sure you have composer installed

> composer --version

If it's not installed yet, you can download here

You also need php v 7.3 and mySQL database. You can use XAMPP

How To Install This Project

  1. Clone this project
  2. Install this Project Dependencies
> composer install
  1. Replace the existing .env with the given .env
  2. Generate JWT Secret Key
> php artisan jwt:secret
  1. Run MySQL database using XAMPP control panel
  2. Create database using phpmyadmin
  3. Migrate database
> php artisan migrate
  1. Run this project
> php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors