https://github.com/mcstanley/mernssenger
Get connected with your friends – MERN style.
https://github.com/mcstanley/mernssenger
chat-app express jamstack mern-stack mongodb nodejs react react-hook-form tailwindcss typescript
Last synced: 3 months ago
JSON representation
Get connected with your friends – MERN style.
- Host: GitHub
- URL: https://github.com/mcstanley/mernssenger
- Owner: McStanley
- Created: 2024-04-22T16:46:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T18:18:12.000Z (about 2 years ago)
- Last Synced: 2025-03-12T02:19:47.915Z (over 1 year ago)
- Topics: chat-app, express, jamstack, mern-stack, mongodb, nodejs, react, react-hook-form, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://mernssenger.vercel.app
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tech stack
**Front End:** React, React Router, React Hook Form, SWR, Tailwind
**Back End:** NodeJS, Express, MongoDB, PassportJS
**Language:** TypeScript
## Usage
### Install
```sh
npm install
```
### Environment variables (`.env`)
```toml
MONGODB_URI=""
SESSION_SECRET=""
```
### Run scripts
```sh
npm run build
npm run start
# OR
npm run dev
```
## Author
👤 **Stanisław Olejniczak**
- Website:
- Github: [@McStanley](https://github.com/McStanley)
## Show your support
Give this project a ⭐️ if you like it!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_