Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laurabeatris/ts-node-fundamentals

a simple api to deal with financial transactions - made to study nodejs + typescript
https://github.com/laurabeatris/ts-node-fundamentals

backend express nodejs typescript

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        



# NodeJS + TypeScript Fundamentals

[![Author](https://img.shields.io/badge/author-LauraBeatris-1E579E?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/ts-node-fundamentals?color=%231E579E&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/ts-node-fundamentals?color=%231E579EE&style=flat-square)](https://github.com/LauraBeatris/ts-node-fundamentals/stargazers)
[![Forks](https://img.shields.io/github/forks/LauraBeatris/ts-node-fundamentals?color=%231E579E&style=flat-square)](https://github.com/LauraBeatris/ts-node-fundamentals/network/members)
[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/ts-node-fundamentals?color=1E579E&style=flat-square)](https://github.com/LauraBeatris/ts-node-fundamentals/graphs/contributors)

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

---

# :pushpin: Table of Contents

* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [License](#closed_book-license)

# :construction_worker: Installation

**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) 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```

# :runner: Getting Started

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

```yarn dev-server```

# :postbox: Faq

**Question:** What are the tecnologies used in this project?

**Answer:** The tecnologies used in this project are [NodeJS](https://nodejs.org/en/) + [Express Framework](http://expressjs.com/en/) to handle the server and TypeScript in order to have a type safety application.
##

# :closed_book: License

Released in 2020.
This project is under the [MIT license](https://github.com/LauraBeatris/foodfy/master/LICENSE).

Made with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀