Skip to content

nikhil2128/charging_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Charging Assessment

This is a small TypeScript project that allows you to locally run the Cloud Charging engine. Do not worry if you are not familiar with TypeScript, the codebase is small and easy to follow. The bulk of the logic is in backend/app.ts.

Prerequisites:

Getting started:

  • Install the dependencies: cd backend && npm ci.
  • Run docker-compose up --build in the root folder of the stack to start the cache.
  • You can now adjust the code as needed.
  • Run cd backend && npm start to start the backend.
  • Check the requests.http for some examples of how to use the backend via the API. Optionally, you can use the VSCode Rest Client plugin to execute this file.
  • Run cd backend && npm test to run tests against the API to determine the current latency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published