An open API service indexing awesome lists of open source software.

https://github.com/oleksandrdomanskyi/serverless-academy


https://github.com/oleksandrdomanskyi/serverless-academy

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# This is a NodeJS + Algorithms training course tasks from a Serverless Team Academy!

## To run the first app

- `cd 01_cli_interactive_sort` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the second app

- `cd 02_cli_primitive_db` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the third app

- `cd 03_cli_telegram_console_sender` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the fourth app

- `cd 04_telegram_bot_weather_forecast` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the fifth app

- `cd 05_telegram_bot_exchange_rates` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the sixth app

- `cd 06_instagram_giveaway` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the seventh app

- `cd 07_grouping_vacations` — goes to the task folder.
- `npm start` — starts app in a production mode.

## To run the seventh app

- `cd 08_json_sorting` — goes to the task folder.
- `npm start` — starts app in a production mode.