https://github.com/ernitingarg/typescript-expressjs-postgres-typeorm-auth-api
https://github.com/ernitingarg/typescript-expressjs-postgres-typeorm-auth-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ernitingarg/typescript-expressjs-postgres-typeorm-auth-api
- Owner: ernitingarg
- Created: 2024-07-22T15:23:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:25:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T22:46:29.321Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites Installation
### Init
```
npx typeorm --init --database postgres
# To install typeorm globally
npm i -g typeorm
```
### Dependencies
```
npm install express dotenv bcrypt jsonwebtoken memory-cache http-status-codes
```
### Dev Dependencies
```
npm install -D typescript
npm install -D @types/express @types/dotenv @types/bcrypt @types/jsonwebtoken @types/memory-cache @types/http-status-codes
npm install -D ts-node
```