Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraaMoqbel authored May 6, 2018
1 parent b257b64 commit e379a1a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# chat
## what the app does
is an privacy real time chat room with many user
## what's in the config (variable names not the variables themselves)
use to variable names
is a public real time chat room with many users.
## what's in the config?!
DB_URL = postgres://username:password@localhost:5432/databasename
JWT_KEY=secret
## how to install
```javascript
```
npm install
```
create your database
set the config variable on config file
```javascript
```
node install src/model/db_build.js
```


## how to run locally
after install it run this comand
```javascript
npm watch
```
```
npm run watch
```

0 comments on commit e379a1a

Please sign in to comment.