Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcstanley/inner-circle

Online chat room, where exclusivity meets community.
https://github.com/mcstanley/inner-circle

chat-room express express-validator mongodb nodejs pug tailwindcss

Last synced: 9 days ago
JSON representation

Online chat room, where exclusivity meets community.

Awesome Lists containing this project

README

        

Welcome to Inner Circle πŸ‘₯



node >=20.10.0

> Online chat room, where exclusivity meets community.

### 🌐 [Live demo](https://inner-circle.fly.dev)

## Tech stack

- TypeScript
- Express
- NodeJS
- MongoDB
- Tailwind
- Pug

## Prerequisites

- node >=20.10.0

## Install

```sh
npm install
```

## Usage

### Environment variables (`.env`)

```toml
MONGODB_URI=""
SESSION_SECRET=""
```

### Run scripts

```sh
npm run build
npm run start
# OR
npm run dev
# OR
npm run debug
```

## Author

πŸ‘€ **StanisΕ‚aw Olejniczak**

- Website:
- Github: [@McStanley](https://github.com/McStanley)

## Show your support

Give this project a ⭐️ if you liked it!

---

_This README was generated with ❀️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_