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

https://github.com/jmrl23/capstone-backend

Capstone project backend
https://github.com/jmrl23/capstone-backend

backend capstone-project expressjs restful-api websocket-server

Last synced: about 1 year ago
JSON representation

Capstone project backend

Awesome Lists containing this project

README

          

# Backend

Backend server that communicates with the IoT using mqtt protocol and websocket for application(s)

![Banner](https://media.giphy.com/media/HzPtbOKyBoBFsK4hyc/giphy.gif)

## Installation

```bash
yarn # or npm install
```

## Commands

| Command | Description |
| ------------------- | ------------------------------------------------- |
| yarn run build | build |
| yarn run start | start (should run build first) |
| yarn run start:dev | start in development mode (using swc) |
| yarn run start:prod | start in production mode (should run build first) |
| yarn run format | format code (using prettier) |
| yarn run lint | lint code (using eslint) |