Skip to content

Simple API using Restify for web services and Jest for unit testing

Notifications You must be signed in to change notification settings

mrjulla/B-Sharp-Coding-Test

Repository files navigation

B-Sharp-Coding-Test

Simple API using Restify for web services and Jest for unit testing

Installation

To install the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/ibumjlp/bsharp-quiz.git
  1. Navigate to the project directory:
cd bsharp-quiz
  1. Install dependencies:
npm i

Usage

To run the project, use the following command:

node app.js

Running the Application with Docker

To run the application using Docker, follow these steps:

  1. Build the Docker image:
docker build -t my-app .
  1. Run the Docker container:
docker run -d -p 8080:8080 my-app

This will start the Docker container in detached mode, and your application will be accessible at http://localhost:8080.

About

Simple API using Restify for web services and Jest for unit testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published