Coder Social home page Coder Social logo

laravel-calendar-system-mvp's Introduction

laravel-calendar-system-MVP

Used Technology

  • Laravel Framework
  • Mysql
  • Redis

Get started

  • Clone the Project from the Repo
  • Update .env.example file with your ports for PHP,Phpmyadmin,Redis containers
  • After Successfull Cloning :: Open your terminal to project directory and type folowwing commands to setup enviroment
./server closeall // run it only if you want to down old containers
./server
./server bash

** Please Make sure you update your env file with Mysql Docker Container Details **

  • in my case this is used configuration
DB_CONNECTION=mysql
DB_HOST=calendar_mysql
DB_PORT=3306
DB_DATABASE=main_db
DB_USERNAME=root
DB_PASSWORD="root"
  • Now you are inside PHP Container run following command
composer update
php artisan migrate //for DB migration make sure you have a db created

*Auth API's

{domain}/api/register
Method : POST 
Paraneters :
email =>required
password => required
name =>optional
{domain}/api/login
Method : POST 
Paraneters :
email =>required
password => required
  • Those 2 Api's Provide you with Bearer Tocken You must Use in All Events APis
  • Events APIS
/** Store Event Details **/
{domain}/api/events
Method : POST 
Paraneters :
location_name =>required
latitude => required
longitude => required
date_time =>optional
invitees =>optional but must be array if found
you can send any Key => value parameters and it will be stored like you can send
test=> any value

laravel-calendar-system-mvp's People

Contributors

amanysaad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.