Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravds committed Jul 30, 2024
1 parent d301624 commit a4a0a6e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,32 @@
- Backend: enigma-api.webledger.in
- Frontend: enigma.webledger.in

# Pre-requisites/tech stack
## Pre-requisites/tech stack

- nodejs-v18.x
- npm v10.x
- MySQL 8.x/Postgres 14.x
- Express-v4.19 => running on aws lambda using serverless-http-v3.2.0

## Env

```sh
HOST=127.0.0.1
PORT=3000
NODE_ENV=development
APP_URL=http://${HOST}:${PORT}

CACHE_VIEWS=false


DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=root
DB_DATABASE=enigma_database
DB_LOG=true

SESSION_DRIVER=cookie
HASH_DRIVER=bcrypt
```

0 comments on commit a4a0a6e

Please sign in to comment.