/phoneBook

Backend for PhoneBook Management which uses a token based authentication for accessing api's.

Primary LanguageTypeScript

ContactBook Assignment

This Repository contains source code for the contactbook node project.

Prerequisite

The Following stack you need to have in your machine to run this project.

  • node
  • docker
  • yarn
  • ts-node
  • tsc

Running the Project

  • Clone the Project
  • Do yarn to install dependencies
  • RUN docker-compose up to use the needed services for our app.
  • RUN yarn dev to start the application.