https://github.com/rodrigokamada/babymonitor
Open source application built with AWS Amplify for Hashnode hackathon.
https://github.com/rodrigokamada/babymonitor
amplify aws baby hackathon hashnode monitor
Last synced: about 1 year ago
JSON representation
Open source application built with AWS Amplify for Hashnode hackathon.
- Host: GitHub
- URL: https://github.com/rodrigokamada/babymonitor
- Owner: rodrigokamada
- License: mit
- Created: 2022-09-13T21:20:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T22:24:38.000Z (over 3 years ago)
- Last Synced: 2025-04-05T14:38:10.263Z (about 1 year ago)
- Topics: amplify, aws, baby, hackathon, hashnode, monitor
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Baby Monitor
Baby Monitor is an open source, simple, easy-to-use and responsive WEB application that can be used on mobile phones, tablets and computers built with [AWS Amplify](https://aws.amazon.com/amplify/) for [Hashnode](https://hashnode.com/) hackathon.
[](https://rodrigo.kamada.com.br)
[](https://www.linkedin.com/in/rodrigokamada)
[](https://twitter.com/rodrigokamada)
[](https://www.instagram.com/rodrigokamada)
## Development
**1.** Clone repository.
```powershell
git clone git@github.com:rodrigokamada/babymonitor.git
```
### Frontend
**1.** Go to `frontend` directory.
```powershell
cd frontend
```
**2.** Install the dependencies.
```powershell
npm install
```
**3.** Run the application on port 4200.
```powershell
npm run start
```
**4.** Access the application [http://localhost:4200/](http://localhost:4200/).