Skip to content

Akulko/money-accounting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agile Engine Test Task

Deploying locally

Clone the repository:

git clone https://github.com/Akulko/money-accounting-system

Install dependencies:

Server:

cd ./money-accounting-system/server
npm install

Client:

cd ./money-accounting-system/client
npm install

Run the app:

npm start

Usage

You can send requests via Postman or similar:

{
 "type": "credit", //credit or debit
 "amount": 12 // no negative values
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published