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: 18 days ago
JSON representation
Online chat room, where exclusivity meets community.
- Host: GitHub
- URL: https://github.com/mcstanley/inner-circle
- Owner: McStanley
- Created: 2024-02-13T18:19:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T19:35:55.000Z (over 1 year ago)
- Last Synced: 2025-02-17T06:15:40.959Z (3 months ago)
- Topics: chat-room, express, express-validator, mongodb, nodejs, pug, tailwindcss
- Language: TypeScript
- Homepage: https://inner-circle.fly.dev
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Inner Circle 👥
![]()
> 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)_