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

https://github.com/dappsar/api-node-typescrypt

a simple api rest with node, mongo and typescript
https://github.com/dappsar/api-node-typescrypt

api-rest expressjs mongodb moongose nodejs typescript

Last synced: 2 months ago
JSON representation

a simple api rest with node, mongo and typescript

Awesome Lists containing this project

README

          

![typescript](https://img.shields.io/badge/node.js-informational?style=flat&logo=node.js&logoColor=white&color=6aa6f8)
![typescript](https://img.shields.io/badge/express-informational?style=flat&logo=express&logoColor=white&color=6aa6f8)
![typescript](https://img.shields.io/badge/typescript-informational?style=flat&logo=typescript&logoColor=white&color=6aa6f8)
![mongo-db](https://img.shields.io/badge/mongo-informational?style=flat&logo=mongodb&logoColor=white&color=6aa6f8)

# API Rest with node-js and TypeScript

## Introduction

A Simple API Rest with nodeJs and typescript.

## Technology Stack & Tools

- Visual Studio Code
- nvm / nodejs / npm / npx
- Javascript (React & Testing)
- TypeScript
- Express
- MongoDb
- [Studio 3T](https://studio3t.com/)
- Thunder Client

## Requirements For Initial Setup

- Install [NodeJS](https://nodejs.org/en/)
- Install [mongoDb](https://www.mongodb.com/docs/manual/tutorial)
- Install global packages:

`npm i -g typescript ts.node nodemon`

## Setting Up
### 1. Clone/Download the Repository
`$ git clone repo_url`

### 2. Install Dependencies
`$ npm install`

### 3. Start
`$ npm run dev`

---

# References:

- T1QFGwOnQxQ