Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T22:24:38.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:09:58.100Z (9 months 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.
[![Website](https://shields.braskam.com/v1/shields?name=website&format=rectangle&size=small&radius=5)](https://rodrigo.kamada.com.br)
[![LinkedIn](https://shields.braskam.com/v1/shields?name=linkedin&format=rectangle&size=small&radius=5)](https://www.linkedin.com/in/rodrigokamada)
[![Twitter](https://shields.braskam.com/v1/shields?name=twitter&format=rectangle&size=small&radius=5&socialAccount=rodrigokamada)](https://twitter.com/rodrigokamada)
[![Instagram](https://shields.braskam.com/v1/shields?name=instagram&format=rectangle&size=small&radius=5)](https://www.instagram.com/rodrigokamada)## Development
**1.** Clone repository.
```powershell
git clone [email protected]: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/).