tharun208 / phoneBook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 96.9%Language:Dockerfile 1.8%Language:JavaScript 1.4%