Skip to content

jscriptcoder/wallet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Manager - Home Assignment Test

Small application to manage wallets and funds

Getting Started

Download source

Open a terminal and run the following commands:

$ git clone https://github.com/jscriptcoder/wallet-api.git
$ cd wallet-api

Installing and running development env

Install all the dependencies:

$ npm install

Build and run for production:

$ npm run build
$ npm start

The application runs on http://localhost:3000/


Run the development environment with:

$ npm run dev

The application runs on http://localhost:3000/

Have fun 😊

Alternative with Docker

If you have Docker on your machine (tested on version 20.10.12), you can simply run the production (or development) environment in a container.

For production:

$ npm run docker-prod

For development:

$ npm run docker-dev

About

[Home Assignment Test] Small application to manage wallets and funds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published