Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elazzouzihassan/rest-api-ts
Backend Rest API with TypeScript
https://github.com/elazzouzihassan/rest-api-ts
backend mongodb mongoose rest-api ts tsx typescript
Last synced: 7 days ago
JSON representation
Backend Rest API with TypeScript
- Host: GitHub
- URL: https://github.com/elazzouzihassan/rest-api-ts
- Owner: ElazzouziHassan
- Created: 2024-02-14T17:26:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:15:52.000Z (9 months ago)
- Last Synced: 2024-02-24T18:48:24.231Z (9 months ago)
- Topics: backend, mongodb, mongoose, rest-api, ts, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rest API
This is a repository for a REST API tutorial using Node, Express, Typescript & MongoDB.
---
- 1 : clone the repo using the following commande :
```git
git clone https://github.com/ElazzouziHassan/Rest-api-ts.git
```
- 2 : run
```git
npm install
```
- 3 : config mongoDB : inside `src/index.ts`: add `const MONGO_URL = 'your mongodb URL';`- 4 : run
```git
npm start
```