Skip to content

sare84/family-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family Manager

This project is used to build a inhouse app foreach family to manage their day / week / month / life!

Technical parts

Docker

Each part of this software is put in a docker container!

App

The app is build with the latest version of Angular! Additional packages will be listed there.

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Theme is from WRAPPIXEL

Api

The api will be build with Nest.js Nest framework TypeScript starter repository.

Commands for the api

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Features

Planed

  • Login
  • Gui
  • Nodes App
  • Calenders
  • Todos / Project plans
  • Pictures
  • Files
  • Everything which has to do with the kids school
  • Finance planner
  • to be continued

Usage and installation

For development you could start the whole app with

Before starting you should use

npm install

in the app and api folder!

After that you can use

docker-compose up -d

for start up all container