Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).