https://github.com/oleksandrdomanskyi/serverless-academy
https://github.com/oleksandrdomanskyi/serverless-academy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksandrdomanskyi/serverless-academy
- Owner: OleksandrDomanskyi
- Created: 2023-10-20T15:37:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T19:11:18.000Z (over 1 year ago)
- Last Synced: 2023-11-02T22:25:21.898Z (over 1 year ago)
- Language: JavaScript
- Size: 8.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.