Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/golgothaaksanti/typescript-twilio-auth
- Owner: GolgothaAksanti
- License: mit
- Created: 2022-02-12T00:05:43.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-12T23:11:42.000Z (almost 3 years ago)
- Last Synced: 2023-08-15T11:31:26.683Z (over 1 year ago)
- Topics: expressjs, mongodb, mongoose, nodejs, twilio-sms-api, typescript
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 databaseShout 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
```