Giter VIP home page Giter VIP logo

saber's Introduction

Saber

A smart reservation system to help students find convenient location to work on their projects.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

First clone the repo

git clone https://github.com/Mark-Micheal/saber.git

Then replace the env.example with .env and write your database credentials that you will use.

Use the template found in env.example. Replace it with your Application Name, Application environment, and Database credentials.

APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

LOG_CHANNEL=stack

DB_CONNECTION=pgsql
DB_HOST=postgres://user:password@host:5432/database
DB_PORT=5432
DB_DATABASE=database
DB_USERNAME=user
DB_PASSWORD=password

Then run docker comand to get the app running.

docker-compose up --build

visit (http://localhost:8100/) , you will see the laravel homepage.

Launch the project interface using Android studio.

Sync project with gradle files.

Run the application on an emulator or an android device.

It's that easy !

Dependencies

All the required dependencies are present in composer.json under the scheduler folder. It is automatically installed by the Dockerfile.

Backing Services

  • Database: PostegresSQL
  • API: apilayer.net

saber's People

Contributors

mark-micheal avatar fadi-saad avatar zainabsultan avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  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.