Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaay7/reminder-service

An application that notify you by sending an email if you create a reminder
https://github.com/jaay7/reminder-service

Last synced: about 19 hours ago
JSON representation

An application that notify you by sending an email if you create a reminder

Awesome Lists containing this project

README

        

# Reminder Service
An application that notify you by sending an email if you create a reminder

### Backend

#### Installing Packages

```sh
cd backend
```

```sh
yarn install
```

#### Starting the server

```sh
yarn dev
```