ts-node-fundamentals

a simple api to deal with financial transactions - made to study nodejs + typescript

Stars
7

NodeJS + TypeScript Fundamentals

Applying the fundamentals of NodeJS + TypeScript following the SOLID archicture principles


📌 Table of Contents

👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone [email protected]:LauraBeatris/ts-node-fundamentals.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:LauraBeatris/ts-node-fundamentals.git

Install dependencies

yarn install

🏃 Getting Started

Run the following command in order to start the application in a development environment:

yarn dev-server

📮 Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are NodeJS + Express Framework to handle the server and TypeScript in order to have a type safety application.

📕 License

Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀

Badges
Extracted from project README
Author Languages Stars Forks Contributors