Skip to content

magnafilix/contact-storage-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact storage service

Description

Fastify server that allows you to upload and store contact information with phone number validity checks.

Tech stack

  • Fastify
  • TypeScript
  • MikroORM

Installation

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

Running the app

# development
$ npm run dev

# watch mode
$ watch-ts

Releases

No releases published

Packages

No packages published