BigVeezus / learnly-app-test

financial system test for learnly-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Dockerize

  • Run docker.
  • In the project root, run docker build -t nestjs-app . and wait for it to build. -After build, run docker images on your terminal to view that the nestjs-app image is present.
  • Then run docker run --rm -p 3500:3500 nestjs-app and the project runs on http://localhost:3500/ you can go and access it there on your localhost

To run locally

  • Make sure you have node installed, I used node 20.10.0 for this project

  • run npm install

  • run npm run start to view project on http://localhost:3500/

Documentation

NOTE: The .env was exposed in this project purposely so tester can interact with the database

About

financial system test for learnly-app


Languages

Language:TypeScript 97.7%Language:JavaScript 1.3%Language:Dockerfile 1.0%