Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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