Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiabdm/familyme-app
A Full Stack responsive app using Angular 9, Koa.js, MongoDB, Socket.io and Heroku deployment.
https://github.com/claudiabdm/familyme-app
angular fullcalendar heroku koa mapbox mongobd pwa socketio
Last synced: 12 days ago
JSON representation
A Full Stack responsive app using Angular 9, Koa.js, MongoDB, Socket.io and Heroku deployment.
- Host: GitHub
- URL: https://github.com/claudiabdm/familyme-app
- Owner: claudiabdm
- Created: 2020-01-27T20:10:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T21:32:25.000Z (10 months ago)
- Last Synced: 2024-10-09T03:41:19.717Z (about 1 month ago)
- Topics: angular, fullcalendar, heroku, koa, mapbox, mongobd, pwa, socketio
- Language: SCSS
- Homepage: https://familyme.netlify.com/
- Size: 26.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![FamilyMe logo](https://github.com/claudiabdm/familyme-app/blob/master/src/assets/icons/favicon-96x96.png)
# FamilyMe App
## Table of contents
* [About](#about)
* [Getting Started](#getting-started)
* [Usage](#usage)## About
The FamilyMe app is my personal project for the Full Stack Web Development Bootcamp at Boream.
This application helps your family getting orginized by providing a shared calendar and shopping list. It also provides a locator to check where the members are and a chat to talk about family matters. FamilyMe is a progressive and responsive web application so can manage your family from any device!
This repository contains the Angular 9 frontend project, to check out the backend project visit the following link:
https://github.com/claudiabdm/familyme-api## Getting Started
### Prerequistes
To run this project you will need to install node.js, npm and angular in your local environmnet.
https://angular.io/guide/setup-local### Installation
After you have cloned this repository in your directory, run the following command to install dependencies:
````
npm install
````## Usage
### Run in development environment
Use `npm run dev` for a dev server. Navigate to `https://localhost:4200/`. The app will automatically reload if you change any of the source files.