-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b257b64
commit e379a1a
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |