GithubHelp home page GithubHelp logo

life_manager's Introduction

Why Life Manager was created

Life_manager was created after a discussion with my wife on setting up a rota for doing household chores. Initially I thought lets just use a whiteboard, but then after I missed bin day one too many times I realised there had to be a software solution for this. So here it is, Life_manager.

What Life Manager does

A modular web app for handling household/life problems, such as the todo module. Which allows users to create a simple personal todo and assign todos to other users.

What Life Manager plans to do

The plan for Life Manager is to provide a personal todo list, repeating chore calendar that follows 'iCalendar' format and allow users to open chat rooms with one another linking chores/todos within said chat.

For more info please see the wiki!

Getting Started

Clone the repository

git clone [email protected]:Joshibbotson/Life_manager.git

Enter directory

cd Life_manager

Setup .env file using the .env.example file:

cp .env.example .env

Install dependencies

npm install

Install API dependencies and build distribution folder

Enter API directory from root

cd app/api

Install API dependencies

npm install

Build API distribution, this builds shared types and validation files.

npm run build

Run Angular clientside

Open a fresh terminal and enter the user directory

cd app/user

Install User dependencies and run Angular development server

npm install

Serve Angular development server, if all is well it will be running on http://localhost:4200/

npm run start

OPTIONAL: Open a fresh terminal, enter the user directory and run test suite.

cd app/user && npm run test

Run backend server

Note: Ensure you have Postgres installed.

Install Server dependencies

npm install

Run the server

npm run server

If all is well you should be good to go!


life_manager's People

Contributors

joshibbotson avatar

Watchers

 avatar

life_manager's Issues

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.