Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/golgothaaksanti/typescript-twilio-auth

TypeScript project in Nodejs Express which is about phone number authentication using Twilio as sms service and mongoDB as a database
https://github.com/golgothaaksanti/typescript-twilio-auth

expressjs mongodb mongoose nodejs twilio-sms-api typescript

Last synced: 9 days ago
JSON representation

TypeScript project in Nodejs Express which is about phone number authentication using Twilio as sms service and mongoDB as a database

Awesome Lists containing this project

README

        

# typescript-twilio-auth
#### TypeScript project in nodejs Express which is about phone number authentication using Twilio as sms service and mongoDB as a database

Shout out to my bro [Verdotte](https://github.com/verdotte) for making easy explanation in this [article](https://medium.com/@ututuv/structuring-typescript-project-in-express-with-phone-number-authentication-using-twilio-f914e2356974)

## PROJECT SETUP

```
npm install
```

### Compiles and hot-reloads for development

```
npm run dev
```

### Compiles and minifies for production

```
npm run build && npm start
```