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

https://github.com/vectormike/myoncare-frontend


https://github.com/vectormike/myoncare-frontend

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# myoncare

### Prerequisites

1. `NodeJs`
2. `NPM`
3. `React`
4. `Docker`

## Project setup

Run the server:

```
npm start
```

### Docker

To run with Docker:

```
docker-compose build
```

```
docker-compose up -d
```

The port exposed is `3000`