Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

ferdyrurka/manage-your-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage your money

  • Final project for universities
  • The project was created to get to know GraphQL, API Platform, Angular
  • The project contains a strange solution because I was doing various tests. This project should not be taken as a best practice!

TODO:

  • refactoring endpoint for receive all data for model (current is find all and receive redundant data)
  • tests graphql mutations (refactoring from save in api platform endpoint to graphql)

Requirements

Name Version
docker 19.03
docker-compose 1.25
php 8.0
yarn 1.22
node 14.16
composer 2
npm 6.14
symfony cli 4.23

Required php ext:

  • mbstring
  • xml
  • pdo
  • intl
  • mysql

Install & Run local api

Install

  symfony composer install

Run

  docker-compose up -d
    
  symfony server:start -d
  
  symfony console messenger:consume async

Run local app

Install

  yarn install

Run

  yarn start

Author

About

MVP application to manage your money written in PHP 8, Symfony 5, Angular 11.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published