Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

LedgerHQ/ecom_be_node_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Ledger Ecommerce Back End Take Home Node

Objectives

Create a docker run app that has the following features

  • A server that listens on a specified port
  • The server is connected to a database.
  • There is an endpoint to add a user to the database
  • There is an endpoint to retrieve a user from the database
  • There is a docker-compose file to start up the project

Clone this repository:

  • Clone this repository and make your modifications
  • The deliverable is a github link to your completed project.

Launching and running application

  • The application should be able to be run from the docker-compose file.
  • The endpoints can be tested through postman

Releases

No releases published

Packages

No packages published