Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/cryptomessenger-backend
Backend for CryptoMessenger
https://github.com/xasos/cryptomessenger-backend
Last synced: about 1 month ago
JSON representation
Backend for CryptoMessenger
- Host: GitHub
- URL: https://github.com/xasos/cryptomessenger-backend
- Owner: xasos
- License: mit
- Created: 2015-02-20T16:45:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T01:11:48.000Z (about 9 years ago)
- Last Synced: 2024-10-14T21:18:38.713Z (3 months ago)
- Language: JavaScript
- Homepage: http://cryptomessenger.herokuapp.com
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoMessenger-Backend
Lightweight backend to CryptoMessenger, a secure way to send SMS.
Built as part of the Mobile App Development Course (M257).
## Get Started
```sh
$ mongod# In a seperate terminal window
$ git clone https://github.com/xasos/CryptoMessenger-Backend
$ cd CryptoMessenger-Backend
$ npm install
$ node app.js
```## License
[MIT License](LICENSE)