Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)