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

https://github.com/whatrocks/mez-web

mezcal webapp
https://github.com/whatrocks/mez-web

Last synced: 11 months ago
JSON representation

mezcal webapp

Awesome Lists containing this project

README

          

# mez-web

A web app to store your friends birthdays and schedule emails to be sent to them on their birthdays.

### Landing page
![landing](./screenshots/landing.png)

### Signup Page
![landing](./screenshots/signup.png)

### Schedule new email page
![landing](./screenshots/email.png)

## local

run the app
```bash
yarn install
yarn start
```

The app should be running now on `http://localhost:3000/`

Make sure that the backend is running, too!

run tests
```bash
yarn test
```