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
- Host: GitHub
- URL: https://github.com/wingkwong/burn
- Owner: wingkwong
- License: mit
- Created: 2018-09-11T01:42:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:30:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:43:33.706Z (8 months ago)
- Topics: apollo, destructing-messages, destruction, fire, graphql, self-destructing, vue
- Language: Vue
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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