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

https://github.com/ernitingarg/typescript-expressjs-filestorage-auth-api

Simple microservice api using typescript, express, nodejs, file storage as db
https://github.com/ernitingarg/typescript-expressjs-filestorage-auth-api

expressjs nodejs typescript

Last synced: about 2 months ago
JSON representation

Simple microservice api using typescript, express, nodejs, file storage as db

Awesome Lists containing this project

README

          

## Prerequisites Installation

### Init

```
npm init -y
```

### Dependencies

```
npm install express dotenv helmet cors http-status-codes bcryptjs uuid
```

### Dev Dependencies

```
npm install -D typescript
npm install -D @types/express @types/dotenv @types/helmet @types/cors @types/http-status-codes @types/uuid @types/bcryptjs
npm install -D ts-node-dev
```