https://github.com/dwdw2/websocket
https://github.com/dwdw2/websocket
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwdw2/websocket
- Owner: DWDW2
- Created: 2024-06-12T21:10:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T05:10:38.000Z (about 2 years ago)
- Last Synced: 2025-01-05T12:41:59.820Z (over 1 year ago)
- Language: JavaScript
- Size: 779 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup .env file
```js
PORT=...(5000)
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...
```
### Build the app
```shell
npm run build
```
### Run on localhost
```shell
npm run server
cd frontend
npm run dev
```
### Start the app
```shell
npm start
```