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
- Host: GitHub
- URL: https://github.com/jmrl23/capstone-backend
- Owner: jmrl23
- Created: 2023-12-18T10:02:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T06:28:56.000Z (over 2 years ago)
- Last Synced: 2024-01-08T01:54:16.205Z (over 2 years ago)
- Topics: backend, capstone-project, expressjs, restful-api, websocket-server
- Language: TypeScript
- Homepage: https://capstone-backend-ruhh.onrender.com/swagger
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend
Backend server that communicates with the IoT using mqtt protocol and websocket for application(s)

## 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) |