This is a test project, bound by specific requirements and holding little value. It will not be maintained and you most likely want to look at my other projects instead.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git.
- Node.js - Download & Install Node.js and the npm package manager.
- Clone this repository with
git clone https://github.com/Dmitry221060/BlockchainAPI.git
. - Move into cloned repository and run
npm install
. - Configure project by creating
.env
file based on the.env.example
. - Run server with
npm run start
.
OR
- Clone this repository with
git clone https://github.com/Dmitry221060/BlockchainAPI.git
. - Run server in the container with
docker compose up -d
After you install and run the server, you can head to http://localhost:8080/api-docs for information on available endpoints and their functions.