Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurabeatris/ts-node-fundamentals
- Owner: LauraBeatris
- Created: 2020-05-12T10:05:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:31:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T10:48:10.858Z (about 1 month ago)
- Topics: backend, express, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.41 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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) 💜🚀