Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernitingarg/typescript-expressjs-postgres-typeorm-auth-api
https://github.com/ernitingarg/typescript-expressjs-postgres-typeorm-auth-api
Last synced: about 4 hours 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:25:33.000Z (4 months ago)
- Last Synced: 2024-07-22T18:43:15.300Z (4 months 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
```