Git Product home page Git Product logo

activity-recorder's Introduction

activity-recorder

Build Status Coverage Status Total Downloads Latest Stable Version Code Coverage

Dont use this Repository on production. Its for learning purposes with ❤️ created.

Record your work or whatever activity with this Api Project.

Requirements

https://symfony.com/doc/current/setup.html#technical-requirements

Install

install with composer composer create-project benblub/activity-recorder

or

Clone or Download & unzip this Project.

and

run Composer with your Shell and install Project Depencies.

composer install

Setup Database credentials in your ENV

php bin/console doctrine:database:create 
php bin/console doctrine:migrations:migrate 

Tests

Setup Database credentials in .env.test.
create test Database & Structure

php bin/console doctrine:database:create --env=test
php bin/console doctrine:migrations:migrate --env=test

run tests

php bin/phpunit

Start Transactions & Rollback between each Test. Not installed yet.. https://github.com/dmaicher/doctrine-test-bundle

The Functional & Integration tests require a mailserver aswell. Setup your Credentials in ENV.

Use

Webserver configuration https://symfony.com/doc/current/setup/web_server_configuration.html

This Project creates your API. Now you can use any kind of App to interact with your API. Build your own or use a Generator from https://api-platform.com/docs/ Simply test your API visit http://localhost:8000/api

activity-recorder's People

Contributors

benblub avatar

Watchers

 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.