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

https://github.com/wingkwong/burn

:fire::fire::fire: A web platform built with Vue for creating and sending self destructing messages to other people
https://github.com/wingkwong/burn

apollo destructing-messages destruction fire graphql self-destructing vue

Last synced: 6 months ago
JSON representation

:fire::fire::fire: A web platform built with Vue for creating and sending self destructing messages to other people

Awesome Lists containing this project

README

          

# burn
A web platform built with Vue for creating and sending self destructing messages to other people

### Features
- [x] Sending text messages
- [ ] Message Encryption
- [x] Self Destruction after read
- [ ] Self Destruction after a period of time

### Development
Run mongo
```bash
mongod
```

Run client
```bash
cd client
npm run serve
```

Run server
```bash
cd server
npm run start
```

## Authors

* **Wing Kam WONG** - [@wingkwong](https://github.com/wingkwong)

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/wingkwong/burn/blob/master/LICENSE) file for details