Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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