Scheduling application that written using Laravel and Vue.js
- Installation
- API
- TBD
- License
- Clone the repository
- Install PHP, Composer, and Node.js if needed
- Make a copy of
.env.example
and rename it to.env
- Fill out
.env
with correct information
- Make sure that lines 10 - 15 in point to the correct database name and credentials
- If you are using XAMPP, you just need to create a new database named
laravel
- If you are using XAMPP, you just need to create a new database named
- Fill in the lines starting with
GOOGLE_
with a valid Google OAuth 2.0 Client ID- These can be obtained by following the detailed instructions here.
- Start up your SQL server
- Run Setup Commands:
Or run this command for all of them at once:
$ php artisan key:generate $ composer install $ npm install $ php artisan migrate
$ npm run setup
- Commands for running the app:
$ php artisan serve $ npm run watch
Description
- URL: /api/asdf
- Method:
GET
- URL Params: none
- Body Params: none
- Authorization Params in header:
Authorization: ...
- Success Response:
Code: 200
- Content:
- Error Responses:
Code: 403 Forbidden, 401 UNAUTHORIZED, 400 BAD REQUEST
This project is currently unlicensed, but check again soon for updates!