About

This is a set of algorithms I implemented during self-education. Based on:

How to start

First, create .env file in repository root folder with the content below:

NODE_TLS_REJECT_UNAUTHORIZED=0
NODE_ENV=development

API_URL=http://localhost:3000

Run next commands:

Enjoy