Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/crispengari/node-startup
- Owner: CrispenGari
- License: mit
- Created: 2021-05-30T09:28:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T14:30:36.000Z (6 months ago)
- Last Synced: 2024-07-12T16:42:09.910Z (6 months ago)
- Topics: express, graphql, javascript, mikroorm, mongodb, mysql, postgres, redis, rest, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 10.1 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
### 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.