feat7 / meetings-manager

Meetings manager - laravel web app. This was my first laravel app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meetings Manager

Simple laravel application to learn from.

Background

I had learnt laravel pretty quickly (not expert level though), like in span of two days. But my problem was I had not made any working app even after that. I am more into learning things, that is what a full stack developer is meant to do. Hence, this was my first app to become more confident in what I had learnt.

Demo

Meetings Manager

Installation

  • Clone the repo
git clone https://github.com/feat7/meetings-manager.git
  • Create a .env file (copy of .env.example) and add your database credentials. Also add your way2sms credentials (optional)

  • Migrate to database

php artisan migrate
  • To run the server
php artisan serve

LICENSE

The MIT License see LICENSE file for full license text.

About

Meetings manager - laravel web app. This was my first laravel app.

License:MIT License


Languages

Language:JavaScript 43.1%Language:PHP 39.2%Language:HTML 17.5%Language:Vue 0.2%