Git Product home page Git Product logo

todo-manager's Introduction

TODO-manager

TODO-manager is a sample dockerized app to manage yours TODOs things and define a priority for it =D

Features

  • Order your TODOs
  • Define and group yours TODOs a priority
  • CRUD priorities and TODOs

Installation

Pre requirements


To able to run the app You will need install the docker, docker-compose, Composer for PHP dependencies and mysql client for database setup.

Ports


Be sure all the follow ports are allowed to use.

  • Port 8080 --> Run the Front-end
  • Port 9001 --> Run the Api
  • Port 3306 --> Run the MySql

Steps


After all pre requirements, just run the follow commands below:

$ git clone https://github.com/zzanette/todo-manager.git
$ cd todo-manager
$ docker-compose up -d

Database


To be able to store data you need implement the database, if you already have mysql client installed just run:

$ mysql -h 127.0.0.1 -u root -proot todo-manager < ./app/data/setup-db/todo-manager.sql

Or fell free to connect with database with IDE and run the file in

  • ./todo-manager/app/data/setup-db/todo-manager.sql
  • User: root
  • Password: root

Api


The Api is running in PHP with the Micro Framework Slim Framework. Fell free to explore his struture in folder:

  • ./todo-manager/app/api

Install the dependencies of the API, go to this folder and execute the commands below:

$ cd ./app/api
$ composer install

Front-end


The front-end was maked with angularJs using the Angular Material template. To custom this, you can look at they respectives documentations:

In this project they are in this folder:

  • ./todo-manager/app/angular-cli

And now you will access through the link =D

todo-manager's People

Contributors

zzanette 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.