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
- Host: GitHub
- URL: https://github.com/ernitingarg/typescript-expressjs-filestorage-auth-api
- Owner: ernitingarg
- Created: 2024-07-20T12:53:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T13:36:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T22:46:29.497Z (over 1 year ago)
- Topics: expressjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```