Giter Club home page Giter Club logo

assess-test's Introduction

Quickstart

  • From within this directory, bring up the docker containers
    docker-compose up --build

  • Follow the instructions in the ./api/readme.md and ./app/readme.md to run service specific setup like installing the dependencies and running the migrations

  • Browse to http://app.localtest.me:8080/

Overview

This project is a very simple web app for managing a list of books. There are 2 pages

The books are retrieved and created via an API that at http://api.localtest.me:8080/. All the endpoints return a json body:

Basic Architecture

This app consists of 2 separate codebases contained in 1 repo. The /app codebase handles the web frontend and the /api codebase handles for data retrieval and creation. Each codebase is entirely self contained and does not share code with the other. They can only communicate over http.

The entry point into each app is /[app|api]/public/index.php. All this file does is require the composer autoloader and a /[app|api]/src/routes.php file.

The routes.php file boots up Slim Framework v3 and defines the routes for each codebase.

assess-test's People

Contributors

jacqvil avatar kathecoder avatar raphacosta avatar shauno avatar wilhelmtruter 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.