Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stbestichhh/sst-lab-1
First lab work for Server Software Technologies
https://github.com/stbestichhh/sst-lab-1
Last synced: about 14 hours ago
JSON representation
First lab work for Server Software Technologies
- Host: GitHub
- URL: https://github.com/stbestichhh/sst-lab-1
- Owner: stbestichhh
- License: mit
- Created: 2024-09-17T14:20:01.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T17:18:07.000Z (about 2 months ago)
- Last Synced: 2024-09-18T18:25:58.580Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://sst-lab-1.onrender.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)# Server Software Technologies Lab 1
## Installation
> [!IMPORTANT]
> NodeJS 18.x+ has to be installed in your os.Clone a git repository:
```bash
$ git clone https://github.com/stbestichhh/sst-lab-1.git
$ cd sst-lab-1
```Install dependencies:
```bash
$ yarn
```## Usage
Run development server
```bash
$ yarn dev
```Run production version
```bash
$ yarn build
$ node dist/index.js
```