https://github.com/pasan-pahasara/rest-api
This Project is introduced to learning NodeExpress, TypeScript, MongoDB
https://github.com/pasan-pahasara/rest-api
mongodb nodeexpress typescript
Last synced: about 1 year ago
JSON representation
This Project is introduced to learning NodeExpress, TypeScript, MongoDB
- Host: GitHub
- URL: https://github.com/pasan-pahasara/rest-api
- Owner: Pasan-Pahasara
- License: gpl-3.0
- Created: 2023-04-22T10:21:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T08:03:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T09:19:03.468Z (about 1 year ago)
- Topics: mongodb, nodeexpress, typescript
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# REST-API
This Project is introduced to BackEnd Using NodeExpress, TypeScript and MongoDB
### `BackEnd`
* NodeExpress
* TypeScript
* MongoDB
##
- **`This Project All Configurations`**
```
tsc -v
```
```
tsc -init
```
```
npm init -y
```
```
npm install express body-parser mongoose
```
```
npm install --save-dev nodemon
```
```
npm install --save-dev @types/node
```
```
npm install --save-dev @types/express
```
```
npm install dotenv
```
#
- **`Here You Can Add More Origins To Allow CORS`**
```
npm install cors
```
```
npm install @types/cors
```
#
- **`Not Detected Node Modules`**
```
npm install
```
- **`Run Project`**
```
npm start
```
- **`Test POSTMAN`**
```
https://documenter.getpostman.com/view/24952393/2s93eYTXFv
```
#
#### Clone this repository ✅
```md
https://github.com/Pasan-Pahasara/REST-API.git
```
###
###### If you think my code is good pleace drop a Star 


### License 📝
[](https://github.com/Pasan-Pahasara/REST-API/blob/main/License)




#### Developed by [Pasan Pahasara](https://github.com/Pasan-Pahasara/)