Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```