Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crispengari/node-startup

💎 This repository contains nodejs code.
https://github.com/crispengari/node-startup

express graphql javascript mikroorm mongodb mysql postgres redis rest typeorm typescript

Last synced: about 1 month ago
JSON representation

💎 This repository contains nodejs code.

Awesome Lists containing this project

README

        

### Nodejs

In this repository we are going to learn Node.js itself and get hand dirt with practical code in node.js.

cover

### Installation

You can install nodejs by gong to [nodejs.org](https://nodejs.org/en/) and download the distribution that suits your operating system.

### Languages

This repository has two main languages which are:

```shell
- javascript(js)
- typescript(ts)
```

### Package managers

This repository uses the following package managers.

```shell
- yarn
- npm
```

### Include

This repository also include sub-repositories which are:

### 1. [native-node](/native-node/)

- contains some nodejs native code and understanding node.js itself.

### 2. [node-backend](/node-backend/)

- contains nodejs server code for creating rest and graphql api using different technologies.