An open API service indexing awesome lists of open source software.

https://github.com/dwdw2/websocket


https://github.com/dwdw2/websocket

Last synced: over 1 year ago
JSON representation

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
```