Skip to content

This repository is designed to help guide technical interviews.

Notifications You must be signed in to change notification settings

DouJohn/nodejs-troubleshoot-api

 
 

Repository files navigation

NodeJS-Troubleshoot-API

Goal

This repository was designed to be used in technical interviews, and it's purpose is to assess the ability of the candidate to troubleshoot real-world problems from development to deployment. It is a complement to regular coding challenges

Running locally

You can either use npm start to run with ts-node or npm run dev to use nodemon and have hot-reloading

Building Docker Image

This repository builds and node:16-alpine image with the transpiled code. To build, just run:

docker build -t nodejs-troubleshoot-api .

Running your docker image

docker run -it -p 8080:8080 nodejs-troubleshoot-api

Accessing your API

The API is deployed to Heroku and can be accessed:

About

This repository is designed to help guide technical interviews.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.5%
  • Dockerfile 18.8%
  • JavaScript 5.7%