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
- Host: GitHub
- URL: https://github.com/dappsar/api-node-typescrypt
- Owner: dappsar
- Created: 2023-02-05T03:56:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T04:49:36.000Z (over 3 years ago)
- Last Synced: 2025-03-28T19:45:44.529Z (about 1 year ago)
- Topics: api-rest, expressjs, mongodb, moongose, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




# 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