Commit 376fabef authored by Geovanny's avatar Geovanny

Updated README

parent f8f245c0
......@@ -33,6 +33,17 @@ OR you can just invite my [bot](https://discord.com/oauth2/authorize?client_id=5
## Web App
Inside the server folder
You'll need to provide a .env file on the discord folder with the following:
```
DB_HOST=SOME_DB
DB_PORT=SOME_PORT
DB_USER=SOME_USER
DB_PASS=SOME_PASSWORD
DB_NAME=SOME_NAME
SESS_KEY=SOME_KEY
PASSWORD_SALT=SOME_SALT
```
Install the node packages:
```
npm install
......@@ -44,4 +55,4 @@ If you only want to run the API, just remove line 24 in main.js:
app.use(serve(`${__dirname}/../web`))
```
OR you can just go to my [page](http://http://34.86.43.193/)!
\ No newline at end of file
OR you can just go to my [page](http://34.86.43.193/)!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment