Full implementation of the server side of the application using Typescript.
The final application implements the registration / authorization and sending a request / response.
Useful links:
Link to the Github repository: https://github.com/katerinalev1992/ts_server.git
Sessions in express.js: https://nodeguide.ru/doc/dailyjs-nodepad/node-tutorial-5/ Quick start development on Typescript: https://www.typescriptlang.org/samples/index.html Practical methods of protection working environment: http://expressjs.com/en/advanced/best-practice-security.html Routing basics in Express.js: http://expressjs.com/ru/starter/basic-routing.html
Полная реализация серверной части приложения с использованием Typescript.
Финальное приложение реализует регистрацию/авторизацию и отправку запроса/ответа.
Полезные ссылки:
Ссылка на Github репозиторий : https://github.com/katerinalev1992/ts_server.git
Сессии в express.js: https://nodeguide.ru/doc/dailyjs-nodepad/node-tutorial-5/ Быстрый старт разработки на Typescript: https://www.typescriptlang.org/samples/index.html Практические методы защиты рабочей среды: http://expressjs.com/ru/advanced/best-practice-security.html Основы маршрутизации в Express.js: http://expressjs.com/ru/starter/basic-routing.html