Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcstanley/inner-circle
- Owner: McStanley
- Created: 2024-02-13T18:19:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T19:35:55.000Z (9 months ago)
- Last Synced: 2024-10-18T01:28:21.285Z (28 days 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)_