Fastify server that allows you to upload and store contact information with phone number validity checks.
- Fastify
- TypeScript
- MikroORM
Create a free account on veriphone.io to obtain a veriphone api key.
Create .env
file (in the root directory) and copy variables from .env.template
to .env
.
Then run following commands:
# install dependencies
$ npm install
# development
$ npm run dev
# watch mode
$ watch-ts